Change DAB's default authentication provider #2859
JerryNixon
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
What?
Today, when a developer uses the CLI command
dab init
without explicitly supplying the authentication provider, the default value used isStaticWebApps
. Change this default toCustom
.How to explicitly supply the authentication provider
Showing the authentication provider in DAB's configuration
Why?
Because the (preview) Database Connection feature of Static Web Apps is likely to be deprecated; it makes no sense to keep
StaticWebApps
as DAB's default provider. This does NOT mean we would stop supporting this provider, only change the default provider.Beta Was this translation helpful? Give feedback.
All reactions