Skip to content
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

If auth config is invalid, we should fail any auth related endpoint #7006

Open
scotttrinh opened this issue Mar 7, 2024 · 0 comments
Open
Labels
auth Issues with the auth extension enhancement

Comments

@scotttrinh
Copy link
Contributor

If you have enabled the extension, but you have not set it up properly, currently you'll have this experience when testing:

  1. You add using ext::auth; to your schema and migrate.
  2. You open the Auth UI but you do not save the generated key. (You are now in an invalid state of not having any auth configuration)
  3. You enable some providers, for instance the password provider.
  4. You attempt to sign up a test user, which fails visibly, but you'll notice that the ext::auth::Identity is created anyway.
@scotttrinh scotttrinh added auth Issues with the auth extension enhancement labels Mar 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
auth Issues with the auth extension enhancement
Projects
None yet
Development

No branches or pull requests

1 participant