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

Implement RFC 8628 #826

Open
wants to merge 30 commits into
base: master
Choose a base branch
from
Open

Implement RFC 8628 #826

wants to merge 30 commits into from

Commits on Nov 6, 2024

  1. fix: fix tests

    nsklikas committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    247d951 View commit details
    Browse the repository at this point in the history
  2. fix: Use Requester param in WriteAccessError

    The WriteAccessError is used to construct error responses as described
    in Section 5.2 of [RFC6749]. It is not limited to access token
    responses.
    
    Perhaps we should rename the function to Rfc6749TokenError.
    nsklikas committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    887d381 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    57a385b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7173edf View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2f216a6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6e54d93 View commit details
    Browse the repository at this point in the history
  7. fix: update memory storage

    nsklikas committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    dfd323d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    56a1e73 View commit details
    Browse the repository at this point in the history
  9. fix: review comments

    nsklikas committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    5e9b3a5 View commit details
    Browse the repository at this point in the history
  10. feat: implement the access token handling for device authorization flow

    feat: add the access token endpoint handling for device authorization flow
    wood-push-melon authored and nsklikas committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    10e007b View commit details
    Browse the repository at this point in the history
  11. fix: passing the correct authorization request when validating if the…

    … auth/device code is expired
    wood-push-melon authored and nsklikas committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    3a02a81 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    c3bf9e7 View commit details
    Browse the repository at this point in the history
  13. test: reorganize the testcases

    wood-push-melon authored and nsklikas committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    5b8a226 View commit details
    Browse the repository at this point in the history
  14. chore: resolve comments

    wood-push-melon authored and nsklikas committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    c5b2c8e View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    9a12286 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    9b77c80 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    8151ba9 View commit details
    Browse the repository at this point in the history
  18. fix: add the OIDC handler for device flow (#13)

    fix: add the OIDC handler for device flow
    wood-push-melon authored and nsklikas committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    1e45ed5 View commit details
    Browse the repository at this point in the history
  19. fix: fix the refresh token issue (#14)

    * fix: fix the refresh token issue
    
    * fix: fix the OIDC token missing issue
    wood-push-melon authored and nsklikas committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    8d4aa7d View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    c7f5b1f View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2024

  1. Configuration menu
    Copy the full SHA
    7bebad9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c8e0bba View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9a50ff2 View commit details
    Browse the repository at this point in the history
  4. ci: use hydra from branch

    nsklikas committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    c4fd5b2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    01d452d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3f599e5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9646fe3 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    94653ee View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2024

  1. Configuration menu
    Copy the full SHA
    9753bcd View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2024

  1. Configuration menu
    Copy the full SHA
    ae6e4e3 View commit details
    Browse the repository at this point in the history