nhost / hasura-auth

Authentication for Hasura.
https://nhost.io
MIT License
377 stars 114 forks source link

be more verbose when enabling/disabling oauth providers #377

Closed dbarrosop closed 10 months ago

dbarrosop commented 1 year ago

Since we moved to grant one of three things can happen:

  1. If a provider is disabled and you visit /signin/provider/$disabledprovider hasura-auth will go to the redirect url with the query arg ?error=disabled-endpoint&errorDescription=This+endpoint+is+disabled.
  2. If a provider is enabled and configured, everything follows the expected workflow
  3. If a provider is enabled but misconfigured in some way, a 404 is returned when visitin /signin/provider/$disabledprovider.

Ideally we would:

stale[bot] commented 10 months ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.