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

fix: rate-limiting #9

Closed
wants to merge 21 commits into from
Closed

fix: rate-limiting #9

wants to merge 21 commits into from

Commits on Feb 9, 2024

  1. 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 Feb 9, 2024
    Configuration menu
    Copy the full SHA
    4137808 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7ef1fb0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4474d73 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ffd3661 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f04f7ec View commit details
    Browse the repository at this point in the history
  6. fix: update memory storage

    nsklikas committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    eb86df8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f2c68de View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2024

  1. fix: review comments

    nsklikas committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    e4e1fe8 View commit details
    Browse the repository at this point in the history
  2. fix: update license

    nsklikas committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    7b76727 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2024

  1. Merge pull request #2 from canonical/IAM-653

    Implement the device authorization endpoint
    nsklikas authored Feb 27, 2024
    Configuration menu
    Copy the full SHA
    fee676b View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2024

  1. 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 Mar 15, 2024
    Configuration menu
    Copy the full SHA
    222821e View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2024

  1. fix: passing the correct authorization request when validating if the…

    … auth/device code is expired
    wood-push-melon committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    e0fcc99 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2024

  1. Configuration menu
    Copy the full SHA
    aba04a6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    88af7ea View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2024

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

Commits on Mar 21, 2024

  1. Merge pull request #6 from canonical/IAM-722

    feat: error handling for authorization pending in device flow
    wood-push-melon authored Mar 21, 2024
    Configuration menu
    Copy the full SHA
    b5e1e1d View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2024

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

Commits on Mar 25, 2024

  1. Merge pull request #7 from canonical/IAM-772

    fix: fix oauth2 core storage interface and device flow session type assertion
    wood-push-melon authored Mar 25, 2024
    Configuration menu
    Copy the full SHA
    3c931a9 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2024

  1. fix: implement rate limiting

    nsklikas committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    9994a15 View commit details
    Browse the repository at this point in the history
  2. fix: update license

    nsklikas committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    f80621e View commit details
    Browse the repository at this point in the history
  3. Merge pull request #8 from canonical/IAM-734

    fix: token endpoint rate limiting
    nsklikas authored Mar 28, 2024
    Configuration menu
    Copy the full SHA
    a42695b View commit details
    Browse the repository at this point in the history