This website requires JavaScript.
Explore
Help
Sign In
Infra
/
lemur
Watch
5
Star
0
Fork
0
You've already forked lemur
Code
Issues
Pull Requests
Releases
Wiki
Activity
307a73c752
lemur
/
lemur
/
auth
History
kevgliss
307a73c752
Fixing some confusion between 401 vs 403 error code. 401 indicates that the user should attempt to authenticate again. Where as 403 indicates the user is authenticated but not allowed to complete an action. (
#804
)
...
Closes
#767
2017-05-18 13:20:17 -07:00
..
__init__.py
initial commit
2015-06-22 13:47:27 -07:00
permissions.py
Log fixes (
#534
)
2016-11-28 14:13:16 -08:00
service.py
Ensures that in-active users are not allowed to login. (
#618
)
2016-12-19 22:58:57 -08:00
views.py
Fixing some confusion between 401 vs 403 error code. 401 indicates that the user should attempt to authenticate again. Where as 403 indicates the user is authenticated but not allowed to complete an action. (
#804
)
2017-05-18 13:20:17 -07:00