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: Refresh token expiration window #2827

Closed
wants to merge 32 commits into from
Closed

feat: Refresh token expiration window #2827

wants to merge 32 commits into from

Commits on Oct 27, 2021

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

Commits on Oct 29, 2021

  1. Configuration menu
    Copy the full SHA
    219a58e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    efa3b8e View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2021

  1. replace migration with ory dev CLI cmd

    create migrations with command:
    ory dev pop migration create persistence/sql/migrations/ add_refresh_token_used_flag
    bill-robbins-ss committed Nov 1, 2021
    Configuration menu
    Copy the full SHA
    7a52b36 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    45b9aea View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7d572aa View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9573041 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a203f4b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1ebc99d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3bb1c20 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8de23dc View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2021

  1. prettier --write

    bill-robbins-ss committed Nov 2, 2021
    Configuration menu
    Copy the full SHA
    249264f View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2021

  1. Update persistence/sql/persister_oauth2.go

    Co-authored-by: hackerman <3372410+aeneasr@users.noreply.github.com>
    bill-robbins-ss and aeneasr authored Nov 22, 2021
    Configuration menu
    Copy the full SHA
    821fba4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2e14277 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    07375a9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    09d6801 View commit details
    Browse the repository at this point in the history
  5. update documentation

    bill-robbins-ss committed Nov 22, 2021
    Configuration menu
    Copy the full SHA
    89527fd View commit details
    Browse the repository at this point in the history
  6. remove unneeded file

    bill-robbins-ss committed Nov 22, 2021
    Configuration menu
    Copy the full SHA
    69ca392 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8fa6c8c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    bd8a15e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    13cdea8 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2021

  1. add testing the refresh token store when grace period is configured

    use reflection to control configuring the persister during tests
    bill-robbins-ss committed Dec 3, 2021
    Configuration menu
    Copy the full SHA
    1f642d3 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2022

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

Commits on Jan 11, 2022

  1. Merge remote-tracking branch 'origin/master' into refresh-token-expir…

    …ation-window
    
    # Conflicts:
    #	driver/config/provider.go
    #	oauth2/fosite_store_helpers.go
    #	spec/config.json
    aeneasr committed Jan 11, 2022
    Configuration menu
    Copy the full SHA
    73556c7 View commit details
    Browse the repository at this point in the history
  2. cchore: format

    aeneasr committed Jan 11, 2022
    Configuration menu
    Copy the full SHA
    a487706 View commit details
    Browse the repository at this point in the history
  3. chore: update fosite

    aeneasr committed Jan 11, 2022
    Configuration menu
    Copy the full SHA
    e992907 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2022

  1. fix linting errors

    bill-robbins-ss committed Jan 20, 2022
    Configuration menu
    Copy the full SHA
    d1db135 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2022

  1. Merge remote-tracking branch 'origin/master' into refresh-token-expir…

    …ation-window
    
    # Conflicts:
    #	CONTRIBUTORS
    #	docs/docs/guides/token-expiration.mdx
    #	docs/docs/reference/configuration.md
    aeneasr committed Feb 14, 2022
    Configuration menu
    Copy the full SHA
    45a8cff View commit details
    Browse the repository at this point in the history
  2. fix: add max lifetime

    aeneasr committed Feb 14, 2022
    Configuration menu
    Copy the full SHA
    2c7b95f View commit details
    Browse the repository at this point in the history
  3. fix: move migration to latest

    aeneasr committed Feb 14, 2022
    Configuration menu
    Copy the full SHA
    b1d37ca View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2022

  1. remove reflection

    bill-robbins-ss committed Feb 16, 2022
    Configuration menu
    Copy the full SHA
    42de645 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2022

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