-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Add ability to disable authentication adapter #7952
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Thanks for opening this issue!
|
Do we need a separate property for this or just disable them if they are not configured in the Parse Server options? Maybe we can make this breaking change in the future and add the option only temporarily, already with a depreciation warning? |
That's what I was thinking. Disabling them if they are not configured would be a breaking change. Many auth adapters however don't require any backend configuration and depend fully on client side. Perhaps we can make a change:
This still would be a breaking change, however I think it's one worth pushing through. |
If not every adapter requires server configuration then I guess it doesn't work to only enable them if they are configured server side. I think your suggestion makes most sense to introduce an |
Sounds good! |
Closing via #7953 |
New Feature / Enhancement Checklist
Current Limitation
Currently, all internal auth adapters are enabled by default, with no option to disable auth adapters that aren't necessary.
Feature / Enhancement Description
Allow
Example Use Case
n/a
Alternatives / Workarounds
n/a
3rd Party References
n/a
The text was updated successfully, but these errors were encountered: