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

[Feature Request] Update API key generation to use argon2id #284

Open
matoszz opened this issue Dec 8, 2024 · 0 comments
Open

[Feature Request] Update API key generation to use argon2id #284

matoszz opened this issue Dec 8, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@matoszz
Copy link
Contributor

matoszz commented Dec 8, 2024

Similar to the way we persist a hash of the user's inputted password here, we should update the API token schema and token creation to leverage the same hashing.

The main difference between how the password is input / set ^ and how we'd generate the API token is that we need to surface the API token to the user at least once, so ideally we would make a corresponding update to the UI to present the token only 1 time to the user. Would need to change the default function in the schema here among other things

@matoszz matoszz added the enhancement New feature or request label Dec 8, 2024
@matoszz matoszz self-assigned this Dec 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant