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

Ordering of upstream OAuth 2.0 provider is not stable #3836

Open
sandhose opened this issue Jan 21, 2025 · 0 comments
Open

Ordering of upstream OAuth 2.0 provider is not stable #3836

sandhose opened this issue Jan 21, 2025 · 0 comments
Labels
A-Upstream-OAuth Related to login via upstream OAuth 2.0 providers

Comments

@sandhose
Copy link
Member

The ordering of OAuth 2.0 providers are not stable, and will depend on how Postgres return them.

Two solutions:

  • order by ID
    • Pro: easiest to implement
    • Con: impossible to reorder
  • order with the config
    • Pro: possible to reorder
    • Con: needs an additional field in the database
@sandhose sandhose added the A-Upstream-OAuth Related to login via upstream OAuth 2.0 providers label Jan 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-Upstream-OAuth Related to login via upstream OAuth 2.0 providers
Projects
None yet
Development

No branches or pull requests

1 participant