This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
zero-to-production
Watch
1
Star
0
Fork
You've already forked zero-to-production
0
mirror of
https://github.com/LukeMathWalker/zero-to-production.git
synced
2024-11-15 21:21:00 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
7651e82e88
zero-to-production
/
migrations
/
20210829200701_remove_salt_from_users.sql
Luca Palmieri
7d515138d5
Implement password hashing using Argon2, with PHC string format as storage encoding.
2021-08-29 22:09:43 +02:00
1 line
36 B
SQL
Raw
Blame
History
ALTER
TABLE
users
DROP
COLUMN
salt
;
Reference in a new issue
View git blame
Copy permalink