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: allow injecting extra fosite strategies #3646

Merged
merged 5 commits into from
Oct 17, 2023
Merged

Commits on Oct 17, 2023

  1. Configuration menu
    Copy the full SHA
    ac57c03 View commit details
    Browse the repository at this point in the history
  2. feat: implement Authenticate() using Kratos

    This will allow resource owner password grants to authenticate
    againts a Kratos user pool.
    
    Note that we still recommend agains using the resource owner password
    grant and will not support it by default in Hydra.
    hperl committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    862fedc View commit details
    Browse the repository at this point in the history
  3. chore: format

    hperl committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    f34c310 View commit details
    Browse the repository at this point in the history
  4. test: add test for ROP grant

    hperl committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    fe65005 View commit details
    Browse the repository at this point in the history
  5. feat: add opaque feature flags

    hperl committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    7e4cb0f View commit details
    Browse the repository at this point in the history