Age | Commit 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 bitmask | Thais Siqueira | |
with @anikarni | |||
2017-01-19 | Add copyright statements to all Python files that doesn't have it | Ola Bini | |
2016-10-28 | adding custom messages per types of auth errors #795 | NavaL | |
2016-10-28 | Fixing Authentication imports #795 | NavaL | |
2016-10-28 | authentication now returns Authentication | NavaL | |
leap session creation is only done post-interstitial and that logic is also extracted into its own class #795 | |||
2016-10-26 | extracting username before doing bonafide auth #795 | NavaL | |
2016-10-26 | Adds real authentication | Denis Costa | |
We also did some refactoring in order to have things working. #795 | |||
2016-10-26 | Fixes 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-26 | Moving authentication out of login_resource | Bruno 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 |