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

Add ability to generate access tokens #86

Merged
merged 33 commits into from
Aug 30, 2023
Merged

Commits on Aug 25, 2023

  1. Configuration menu
    Copy the full SHA
    83deb97 View commit details
    Browse the repository at this point in the history
  2. factor out smaller components

    imor committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    dad9f76 View commit details
    Browse the repository at this point in the history
  3. rename a few variables

    imor committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    70e2540 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0305b8a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f54159e View commit details
    Browse the repository at this point in the history
  6. fix revoke token not working

    imor committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    3f1fd0c View commit details
    Browse the repository at this point in the history
  7. fix eof

    imor committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    6d59191 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2023

  1. Configuration menu
    Copy the full SHA
    0cbb120 View commit details
    Browse the repository at this point in the history
  2. simplify nested ternaries

    imor committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    c917fc2 View commit details
    Browse the repository at this point in the history
  3. enter submits form

    imor committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    b59e54d View commit details
    Browse the repository at this point in the history
  4. remove more nested ternaries

    imor committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    0e8947e View commit details
    Browse the repository at this point in the history
  5. remove unused import

    imor committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    065cc17 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1a0d854 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    032832d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    532805a View commit details
    Browse the repository at this point in the history
  9. remove code to put dashes back

    imor committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    d9fa1ad View commit details
    Browse the repository at this point in the history
  10. add iss claim

    imor committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    943a2b6 View commit details
    Browse the repository at this point in the history
  11. use sha256 instead of argon

    imor committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    4f023bb View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    33ddc54 View commit details
    Browse the repository at this point in the history
  13. improve new token UI layout

    imor committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    db9fed3 View commit details
    Browse the repository at this point in the history
  14. remove hardcoded jwt secret

    imor committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    e902ef1 View commit details
    Browse the repository at this point in the history
  15. use on delete cascade

    Co-authored-by: Kang Ming <[email protected]>
    imor and kangmingtay authored Aug 28, 2023
    Configuration menu
    Copy the full SHA
    8dc598d View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    6217e04 View commit details
    Browse the repository at this point in the history
  17. fix new token layout

    imor committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    acca2fa View commit details
    Browse the repository at this point in the history
  18. add support for masked token

    imor committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    f50999b View commit details
    Browse the repository at this point in the history
  19. show masked tokens on ui

    imor committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    7b5e3e9 View commit details
    Browse the repository at this point in the history
  20. fix eof

    imor committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    5e3dc49 View commit details
    Browse the repository at this point in the history
  21. add comments

    imor committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    f26d9de View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2023

  1. run prettier

    alaister committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    376f022 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fab89aa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    63b87af View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8ff9c29 View commit details
    Browse the repository at this point in the history
  5. run prettier

    imor committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    fc1a78f View commit details
    Browse the repository at this point in the history