Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove unnecessary parentheses around return statements (#5931) | Andrew Morgan | 2019-08-30 | 1 | -4/+4 |
* | Replace returnValue with return (#5736) | Amber Brown | 2019-07-23 | 1 | -2/+2 |
* | Run Black. (#5482) | Amber Brown | 2019-06-20 | 1 | -1/+2 |
* | Unify v1 and v2 REST client APIs (#5226) | Amber Brown | 2019-06-03 | 1 | -9/+10 |
* | Lint | Aaron Raimist | 2019-05-29 | 1 | -2/+0 |
* | Get rid of try except | Aaron Raimist | 2019-05-27 | 1 | -16/+9 |
* | Show correct error when logging out and access token is missing | Aaron Raimist | 2019-05-24 | 1 | -4/+4 |
* | Make auth & transactions more testable (#3499) | Amber Brown | 2018-07-14 | 1 | -2/+1 |
* | run isort | Amber Brown | 2018-07-09 | 1 | -3/+2 |
* | Return 401 for invalid access_token on logout | dklug | 2018-03-02 | 1 | -1/+4 |
* | Delete devices in various logout situations | Richard van der Hoff | 2017-11-29 | 1 | -2/+25 |
* | Move access token deletion into auth handler | Richard van der Hoff | 2017-11-01 | 1 | -4/+4 |
* | Add helper function for getting access_tokens from requests | Mark Haines | 2016-09-09 | 1 | -8/+2 |
* | Implement logout | Erik Johnston | 2016-03-11 | 1 | -0/+72 |