Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move access token deletion into auth handler | Richard van der Hoff | 2017-11-01 | 1 | -4/+4 |
| | | | | | | | Also move duplicated deactivation code into the auth handler. I want to add some hooks when we deactivate an access token, so let's bring it all in here so that there's somewhere to put it. | ||||
* | Add helper function for getting access_tokens from requests | Mark Haines | 2016-09-09 | 1 | -8/+2 |
| | | | | | | Rather than reimplementing the token parsing in the various places. This will make it easier to change the token parsing to allow access_tokens in HTTP headers. | ||||
* | Implement logout | Erik Johnston | 2016-03-11 | 1 | -0/+72 |