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 expires in #848

Merged
merged 25 commits into from
Feb 24, 2021
Merged

Feat/refresh expires in #848

merged 25 commits into from
Feb 24, 2021

Commits on Feb 23, 2021

  1. Configuration menu
    Copy the full SHA
    b389c7e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d2bf083 View commit details
    Browse the repository at this point in the history
  3. fix key check

    mattgarvin1 authored and vpsx committed Feb 23, 2021
    Configuration menu
    Copy the full SHA
    161885d View commit details
    Browse the repository at this point in the history
  4. debug

    mattgarvin1 authored and vpsx committed Feb 23, 2021
    Configuration menu
    Copy the full SHA
    f599fd1 View commit details
    Browse the repository at this point in the history
  5. revert

    mattgarvin1 authored and vpsx committed Feb 23, 2021
    Configuration menu
    Copy the full SHA
    972f6d4 View commit details
    Browse the repository at this point in the history
  6. add exp col to auth code db table model

    mattgarvin1 authored and vpsx committed Feb 23, 2021
    Configuration menu
    Copy the full SHA
    0ab6ba1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    da913bc View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b777895 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c16aa52 View commit details
    Browse the repository at this point in the history
  10. remove comment

    mattgarvin1 authored and vpsx committed Feb 23, 2021
    Configuration menu
    Copy the full SHA
    574b2fb View commit details
    Browse the repository at this point in the history
  11. reformat

    mattgarvin1 authored and vpsx committed Feb 23, 2021
    Configuration menu
    Copy the full SHA
    b0d655a View commit details
    Browse the repository at this point in the history
  12. handle pre-db migration case

    mattgarvin1 authored and vpsx committed Feb 23, 2021
    Configuration menu
    Copy the full SHA
    3278fa0 View commit details
    Browse the repository at this point in the history
  13. undo last change

    mattgarvin1 authored and vpsx committed Feb 23, 2021
    Configuration menu
    Copy the full SHA
    be165a3 View commit details
    Browse the repository at this point in the history
  14. handle pre-db-migration case

    mattgarvin1 authored and vpsx committed Feb 23, 2021
    Configuration menu
    Copy the full SHA
    1f8701d View commit details
    Browse the repository at this point in the history
  15. fix init auth code record

    mattgarvin1 authored and vpsx committed Feb 23, 2021
    Configuration menu
    Copy the full SHA
    0c71128 View commit details
    Browse the repository at this point in the history
  16. undo last change

    mattgarvin1 authored and vpsx committed Feb 23, 2021
    Configuration menu
    Copy the full SHA
    eea75dc View commit details
    Browse the repository at this point in the history
  17. revert

    mattgarvin1 authored and vpsx committed Feb 23, 2021
    Configuration menu
    Copy the full SHA
    f62e0e6 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    776f3aa View commit details
    Browse the repository at this point in the history
  19. add ref to relevant doc

    mattgarvin1 authored and vpsx committed Feb 23, 2021
    Configuration menu
    Copy the full SHA
    2fa2d01 View commit details
    Browse the repository at this point in the history
  20. fix db reflection

    mattgarvin1 authored and vpsx committed Feb 23, 2021
    Configuration menu
    Copy the full SHA
    eb32ee2 View commit details
    Browse the repository at this point in the history
  21. add scope handling

    mattgarvin1 authored and vpsx committed Feb 23, 2021
    Configuration menu
    Copy the full SHA
    d7d5d58 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    4b9a255 View commit details
    Browse the repository at this point in the history
  23. revert

    mattgarvin1 authored and vpsx committed Feb 23, 2021
    Configuration menu
    Copy the full SHA
    c792673 View commit details
    Browse the repository at this point in the history
  24. Accommodate variously named query params for expiration times

    * expiry does not always refer to access token
    vpsx committed Feb 23, 2021
    Configuration menu
    Copy the full SHA
    b72983b View commit details
    Browse the repository at this point in the history
  25. Refactor get-and-validate-requested-expiration pattern into util fn

    * Clearer intentions, better names, less repetition, less cognitive load, etc
    vpsx committed Feb 23, 2021
    Configuration menu
    Copy the full SHA
    20f43ff View commit details
    Browse the repository at this point in the history