summaryrefslogtreecommitdiff
path: root/service/pixelated/authentication.py
AgeCommit message (Collapse)Author
2017-03-15[#924] Fix typo on bonafide session variable name.Thais Siqueira
with @anikarni
2017-03-14[#924] Implements update recovery code through bitmaskThais Siqueira
with @anikarni
2016-10-28adding custom messages per types of auth errors #795NavaL
2016-10-28authentication now returns AuthenticationNavaL
leap session creation is only done post-interstitial and that logic is also extracted into its own class #795
2016-10-26extracting username before doing bonafide auth #795NavaL
2016-10-26Adds real authenticationDenis Costa
We also did some refactoring in order to have things working. #795
2016-10-26Fixes tests.Denis Costa
I also split Athenticaton class into two. So I keep the same API for old code and have different things in two different classes. #795
2016-10-26Moving authentication out of login_resourceBruno Wagner
This is ongoing work to be able to accept and validate user domain on login (so the user can use <username> or <username@domain.com>) We are extracting the authentication logic from login_resource to be able to test and cover the cases we need