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

Salt and hash passwords #38

Open
ryanburnette opened this issue Sep 6, 2021 · 0 comments
Open

Salt and hash passwords #38

ryanburnette opened this issue Sep 6, 2021 · 0 comments

Comments

@ryanburnette
Copy link
Collaborator

Passwords are implementation specific and not part of auth3000, but if you're using a credentials strategy, you'll need to be salting and hashing your passwords before you store them. I'm using this blog post as the basis for how I am going about it. This might be something that should be included in examples or docs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant