We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87d449c commit d7185daCopy full SHA for d7185da
doc/cookbook/jwt-and-basic-auth/JWTAndBasicAuth.lhs
@@ -92,7 +92,8 @@ authCheck connPool (BasicAuthData login password) = pure $
92
```
93
94
**Warning**: make sure to use a proper password hashing function in
95
-functions like this: see [bcrypt](https://en.wikipedia.org/wiki/Bcrypt),
+functions like this: see [Argon2](https://en.wikipedia.org/wiki/Argon2),
96
+[bcrypt](https://en.wikipedia.org/wiki/Bcrypt),
97
[scrypt](https://en.wikipedia.org/wiki/Scrypt),
98
[pgcrypto](https://www.postgresql.org/docs/current/static/pgcrypto.html).
99
0 commit comments