This website requires JavaScript.
Explore
Help
Register
Sign In
wassname
/
flask-security
Watch
1
Star
0
Fork
0
mirror of
https://github.com/wassname/flask-security.git
synced
2026-07-18 12:20:29 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
0f872af03a883ce1993ae90800c44bbdcc60e31b
flask-security
/
tests
T
History
Ahti Kitsik
1395df334e
Changing verify_password so it works like verify_and_update_password. Currently verify_password was not only creating a hmac hash but also encrypting (encrypt_password is first hmac-signing and then encrypting).
...
Removed unneccessary and wrong tests.
2014-02-20 16:46:49 +02:00
..
test_app
Work in progress
2013-12-19 16:12:29 -05:00
__init__.py
Work in progress
2013-12-19 16:12:29 -05:00
configured_tests.py
Changing verify_password so it works like verify_and_update_password. Currently verify_password was not only creating a hmac hash but also encrypting (encrypt_password is first hmac-signing and then encrypting).
2014-02-20 16:46:49 +02:00
functional_tests.py
Additional test fixes
2014-01-07 16:31:26 -05:00
signals_tests.py
Fix tests
2013-09-03 11:55:13 -04:00
unit_tests.py
Add change password endpoint
2013-02-01 18:21:43 -05:00