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: manage user API tokens #6

Merged
merged 17 commits into from
May 8, 2024
Merged

feat: manage user API tokens #6

merged 17 commits into from
May 8, 2024

Commits on May 1, 2024

  1. feat: manage API tokens

    sdankel committed May 1, 2024
    Configuration menu
    Copy the full SHA
    1b587f0 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2024

  1. Session auth request guard

    sdankel committed May 2, 2024
    Configuration menu
    Copy the full SHA
    26f83fa View commit details
    Browse the repository at this point in the history
  2. prettier

    sdankel committed May 2, 2024
    Configuration menu
    Copy the full SHA
    fb49a28 View commit details
    Browse the repository at this point in the history
  3. cargo fmt

    sdankel committed May 2, 2024
    Configuration menu
    Copy the full SHA
    ed06468 View commit details
    Browse the repository at this point in the history
  4. Fix cors request origin

    sdankel committed May 2, 2024
    Configuration menu
    Copy the full SHA
    3db123b View commit details
    Browse the repository at this point in the history
  5. cargo fmt

    sdankel committed May 2, 2024
    Configuration menu
    Copy the full SHA
    d13dc3e View commit details
    Browse the repository at this point in the history
  6. clippy

    sdankel committed May 2, 2024
    Configuration menu
    Copy the full SHA
    dc7d19d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7597850 View commit details
    Browse the repository at this point in the history
  8. add api_tokens test

    sdankel committed May 2, 2024
    Configuration menu
    Copy the full SHA
    d1c1dab View commit details
    Browse the repository at this point in the history
  9. Test token hashing

    sdankel committed May 2, 2024
    Configuration menu
    Copy the full SHA
    45384af View commit details
    Browse the repository at this point in the history
  10. cargo fmt

    sdankel committed May 2, 2024
    Configuration menu
    Copy the full SHA
    55c54fe View commit details
    Browse the repository at this point in the history
  11. prettier

    sdankel committed May 2, 2024
    Configuration menu
    Copy the full SHA
    869f07e View commit details
    Browse the repository at this point in the history

Commits on May 3, 2024

  1. plain token tests

    sdankel committed May 3, 2024
    Configuration menu
    Copy the full SHA
    d9eb6b1 View commit details
    Browse the repository at this point in the history
  2. test get_allowed_origins

    sdankel committed May 3, 2024
    Configuration menu
    Copy the full SHA
    b97122a View commit details
    Browse the repository at this point in the history
  3. use header constants

    sdankel committed May 3, 2024
    Configuration menu
    Copy the full SHA
    b1a1f9e View commit details
    Browse the repository at this point in the history

Commits on May 6, 2024

  1. clippy

    sdankel committed May 6, 2024
    Configuration menu
    Copy the full SHA
    0a62aa4 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2024

  1. fix typo in env file

    sdankel committed May 7, 2024
    Configuration menu
    Copy the full SHA
    71107f4 View commit details
    Browse the repository at this point in the history