aboutsummaryrefslogtreecommitdiffstats
path: root/apps/oauth2/lib/Db/AccessTokenMapper.php
Commit message (Expand)AuthorAgeFilesLines
* chore: Add SPDX headerAndy Scherzinger2024-05-311-22/+2
* rename oauth2_access_token's created_at to code_created_atJulien Veyssier2023-10-051-1/+1
* cleanup access tokens that are still in authorization state and that have exp...Julien Veyssier2023-10-051-4/+27
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-2/+2
* Fix usage of rename executeUpdateChristoph Wurst2021-05-051-1/+1
* Add psalm annotation to the DB handlers of OAuth2Roeland Jago Douma2021-03-111-1/+4
* Update license headersChristoph Wurst2019-12-051-1/+7
* Move OAuth2 db code to QBMapper and make it strictRoeland Jago Douma2018-12-071-10/+13
* Add tests for OAuth2 appLukas Reschke2017-05-181-0/+5
* delete auth token when client gets deletedBjoern Schiessle2017-05-181-0/+14
* Fetch signle rowLukas Reschke2017-05-181-1/+1
* Get a single rowLukas Reschke2017-05-181-4/+2
* Use query builderLukas Reschke2017-05-181-3/+7
* Add basic implementation for OAuth 2.0 Authorization Code FlowLukas Reschke2017-05-181-0/+49