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: add jwt secret for authentication #243

Merged
merged 4 commits into from
May 23, 2024
Merged

feat: add jwt secret for authentication #243

merged 4 commits into from
May 23, 2024

Commits on May 23, 2024

  1. feat: Add jwt secret for authentication

    The code changes add a new field `jwt_secret` to the `Cli` struct in `lib.rs`. This field allows setting the JWT secret for authentication. Additionally, the `create_router` function in `api/mod.rs` now takes the `jwt_secret` as a parameter.
    
    Recent user commits and repository commits are not relevant for generating the commit message.
    johntaiko committed May 23, 2024
    Configuration menu
    Copy the full SHA
    9b2387a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d1f4d5d View commit details
    Browse the repository at this point in the history
  3. feat: add dummy token

    johntaiko committed May 23, 2024
    Configuration menu
    Copy the full SHA
    ca463c0 View commit details
    Browse the repository at this point in the history
  4. fix: lock file permission

    johntaiko committed May 23, 2024
    Configuration menu
    Copy the full SHA
    a203649 View commit details
    Browse the repository at this point in the history