aboutsummaryrefslogtreecommitdiff
path: root/stack-auth.el
Commit message (Collapse)AuthorAgeFilesLines
* Remove unused permissionSean Allred2014-11-061-2/+1
| | | | | | We are not using `private_info' yet, so there is no need to request this permission. It can, of course, be easily added later on if the information is ever usable.
* Prune unnecessary variableSean Allred2014-11-051-2/+0
| | | | | This key is actually used in request-making on the whole, so it has been moved to `stack-core.el' as of 9cb376361983742f0a15775b233fc194d61b3ea7.
* Use standard '.el' extenstion for cacheSean Allred2014-11-051-1/+1
| | | | | | This should probably be altered so that the caching function requires symbols; this would keep everything consistent since the caching function could apply the same pattern to every symbol it receives.
* Implement OAuth2 authenticationSean Allred2014-11-051-0/+73
Tested with commit 1749aa32c25d8eee9ca0753cb55bd7d134f320b7, current HEAD of the `gh-pages' branch.