Switch to passlib for password hashing and verification
at some point now, can remove the 'salt' column too
This commit is contained in:
parent
30636fcfcf
commit
4af93ac405
2 changed files with 8 additions and 18 deletions
3
setup.py
3
setup.py
|
@ -162,7 +162,8 @@ else:
|
|||
extras['auth'] = [
|
||||
#
|
||||
# package # low high
|
||||
|
||||
|
||||
'passlib', # 1.7.1
|
||||
'py-bcrypt', # 0.2
|
||||
]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue