aboutsummaryrefslogtreecommitdiffstats
path: root/include/api_auth.php
Commit message (Collapse)AuthorAgeFilesLines
* re-install: make sure to fetch the latest hubloc in api_auth otherwise ↵Mario2022-11-271-2/+2
| | | | authentication might fail
* cleanup api_auth and make it fetch the identity if we do not have it cached yetMario2021-10-021-43/+56
|
* remove more legacy zot quirksMario2021-05-261-7/+4
|
* allow api login by address or url (url will use zot6 hubloc records, address ↵zotlabs2019-06-251-1/+5
| | | | can use either zot or zot6 hubloc records)
* minor oauth2 updates - renamed zot webbie to 'webfinger' and zothash to ↵zotlabs2018-08-131-23/+14
| | | | 'portable_id', fixed/simplified cgi auth mode
* Successful OAuth2 sequence demonstrated with the test vehicle, including an ↵Andrew Manning2018-02-261-12/+45
| | | | authenticated API call using an access_token.
* strip acct: from OWA auth to API endpointszotlabs2017-12-071-1/+2
|
* Reviewed. This is OK.zotlabs2017-09-031-2/+1
| | | | | | Revert "may be exploitable in current form - awaiting review" This reverts commit 7bff60edacd68ef3dccf6f956e9c57092919950a.
* may be exploitable in current form - awaiting reviewzotlabs2017-09-021-1/+2
|
* some changes after testing server-to-server magic authzotlabs2017-08-311-8/+11
|
* add server-to-server magic auth to dav and cdav controllerszotlabs2017-08-311-1/+1
|
* server to server magic authzotlabs2017-08-311-2/+50
|
* simplify api_authzotlabs2017-08-311-15/+9
|
* issue #460redmatrix2016-07-251-1/+3
|
* sort out some of the authentication mess - with luck this may fix the DAV ↵redmatrix2016-07-201-11/+3
| | | | auth issue which I simply could not duplicate or find a reason for.
* 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.