Skip to content
This repository was archived by the owner on Mar 12, 2024. It is now read-only.

Implement password hashing in the jwt and user fucntions plus in the databse #2

Open
2 tasks
berntpopp opened this issue Nov 3, 2023 · 0 comments
Open
2 tasks
Assignees
Labels
enhancement New feature or request

Comments

@berntpopp
Copy link
Owner

It's crucial to ensure that passwords are not handled in plain text within the application or stored as such in the database.

Implement:

  • hasing in all functions and in the database
  • adding salt to the hash
@berntpopp berntpopp added the enhancement New feature or request label Nov 3, 2023
@berntpopp berntpopp self-assigned this Nov 3, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant