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

feat(auth): add support for oauth2 with openid connect discovery #4618

Merged
merged 29 commits into from
Sep 20, 2024

Commits on Sep 20, 2024

  1. Configuration menu
    Copy the full SHA
    980d808 View commit details
    Browse the repository at this point in the history
  2. update database

    axiomofjoy committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    4e5e8e7 View commit details
    Browse the repository at this point in the history
  3. working end-to-end

    axiomofjoy committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    54f6cc7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    30b6cd1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ce2c528 View commit details
    Browse the repository at this point in the history
  6. oauth to oauth2

    axiomofjoy committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    b816062 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d6b9c8d View commit details
    Browse the repository at this point in the history
  8. redirect to login

    axiomofjoy committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    17e1afc View commit details
    Browse the repository at this point in the history
  9. optimize query

    axiomofjoy committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    6f967c3 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    fee4b13 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    7a0e84e View commit details
    Browse the repository at this point in the history
  12. remove idp table

    axiomofjoy committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    e0f2f61 View commit details
    Browse the repository at this point in the history
  13. add oauth2 client id

    axiomofjoy committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    aaae0b7 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    d1314ef View commit details
    Browse the repository at this point in the history
  15. clean up

    axiomofjoy committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    230d52e View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    448085f View commit details
    Browse the repository at this point in the history
  17. fix types

    axiomofjoy committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    0f1ee02 View commit details
    Browse the repository at this point in the history
  18. update graphql schema

    axiomofjoy committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    577a4de View commit details
    Browse the repository at this point in the history
  19. update relay

    axiomofjoy committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    cdb2286 View commit details
    Browse the repository at this point in the history
  20. support return urls

    axiomofjoy committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    636eadd View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    9821860 View commit details
    Browse the repository at this point in the history
  22. Add OAuth rate limiters

    anticorrelator authored and axiomofjoy committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    3f088fd View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    b002378 View commit details
    Browse the repository at this point in the history
  24. explicitly reset password

    axiomofjoy committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    80d3a8f View commit details
    Browse the repository at this point in the history
  25. use TokenStore interface

    axiomofjoy committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    a31d6fe View commit details
    Browse the repository at this point in the history
  26. remove the explicit routes

    axiomofjoy committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    69a5a91 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    d959ade View commit details
    Browse the repository at this point in the history
  28. increase rate limit

    axiomofjoy committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    7bfe1d2 View commit details
    Browse the repository at this point in the history
  29. undo rate limiter fix

    axiomofjoy committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    4e18348 View commit details
    Browse the repository at this point in the history