BEMServer / bemserver-core

https://bemserver-docs.readthedocs.io/
MIT License
3 stars 3 forks source link

Don't use passlib, use argon directly #222

Closed lafrech closed 7 months ago

lafrech commented 7 months ago

passlib imports deprecated stuff, besides, we don't actually use it.

Also rehash password on login (as instructed by argon docs) in case hashing method (including argon defaults) changes.