blob: 7b38b912d6205ac327072ca0e5b4536a8cbd2331 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# Remove bcrypt as a Dependency
## Tags
* assigned: fred, fredm
* status: closed, completed
* priority: low
* keywords: gn-auth, dependencies
* type: improvement
## Description
BCrypt has been superceded by better systems, and we need to move away from that.
Bcrypt has been removed as a dependency with
=> https://github.com/genenetwork/gn-auth/commit/d2ad3b1abffdeeb52e1b5f5a303a381aa3dd477c this commit
|