Switch to passlib for password hashing and verification

at some point now, can remove the 'salt' column too
This commit is contained in:
Lance Edgar 2017-11-09 21:35:15 -06:00
parent 30636fcfcf
commit 4af93ac405
2 changed files with 8 additions and 18 deletions

View file

@ -162,7 +162,8 @@ else:
extras['auth'] = [
#
# package # low high
'passlib', # 1.7.1
'py-bcrypt', # 0.2
]