]> git.mxchange.org Git - friendica.git/commit
API: New classes for OAuth and basic auth
authorMichael <heluecht@pirati.ca>
Tue, 8 Jun 2021 06:32:24 +0000 (06:32 +0000)
committerMichael <heluecht@pirati.ca>
Tue, 8 Jun 2021 06:32:24 +0000 (06:32 +0000)
commitacbe9ebf9e8755b90413f8b8d3dbc338ccd597e9
tree78d3030d4e06c411d5f1bb5a0935cd55d7719603
parent246aa293d16aee932f597a8518fd0eae2d0945e5
API: New classes for OAuth and basic auth
include/api.php
src/Module/Api/Friendica/Events/Index.php
src/Module/Api/Friendica/Profile/Show.php
src/Module/Api/Twitter/ContactEndpoint.php
src/Module/BaseApi.php
src/Module/OAuth/Authorize.php
src/Module/OAuth/Token.php
src/Security/BasicAuth.php [new file with mode: 0644]
src/Security/OAuth.php [new file with mode: 0644]