This website requires JavaScript.
Explore
Help
Register
Sign In
wassname
/
flask-security
Watch
1
Star
0
Fork
0
You've already forked flask-security
mirror of
https://github.com/wassname/flask-security.git
synced
2026-06-28 16:20:24 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
507de82aba94e1bb1adc5aa17aa389b4cfcae60a
flask-security
/
tests
T
History
Matt Wright
0a0b5ecade
Get rid of
login_required
decorator from
roles_required
and
roles_accepted
in order to be able to pair
http_auth_required
with
roles_required
or
roles_accepted
. Just be sure to put
http_auth_required
first.
2012-07-13 13:50:36 -04:00
..
__init__.py
Changed token auth a bit, including the use of itsdangerous. Also added JSON authentication feature
2012-07-11 16:31:21 -04:00
functional_tests.py
Get rid of
login_required
decorator from
roles_required
and
roles_accepted
in order to be able to pair
http_auth_required
with
roles_required
or
roles_accepted
. Just be sure to put
http_auth_required
first.
2012-07-13 13:50:36 -04:00
unit_tests.py
More cleanup
2012-05-24 21:40:44 -04:00