aboutsummaryrefslogtreecommitdiffstats
path: root/include/api_auth.php
Commit message (Collapse)AuthorAgeFilesLines
* static Appredmatrix2016-03-311-2/+2
|
* remove the unqualified "OAuth" namespace from the project. We need to ↵redmatrix2015-12-131-1/+1
| | | | reference either OAuth1 or OAuth2.
* a couple of api improvementsredmatrix2015-12-111-1/+1
|
* some major cleanup of api authentication stuff - still needs much more and ↵redmatrix2015-12-101-33/+33
| | | | this still may not solve #206
* remove duplicated coderedmatrix2015-12-081-8/+10
|
* use killme() instead of die() so that any sessions are closed cleanly.redmatrix2015-12-081-4/+6
|
* Move api_auth() out to a file that can be included from plugins/modules to ↵ken restivo2015-11-101-0/+95
allow them to expose their own programmatic API.