aboutsummaryrefslogtreecommitdiffstats
path: root/apps/oauth2/lib/Db/AccessToken.php
Commit message (Expand)AuthorAgeFilesLines
* adjust oauth testsJulien Veyssier2023-10-051-2/+2
* rename oauth2_access_token's created_at to code_created_atJulien Veyssier2023-10-051-4/+4
* cleanup access tokens that are still in authorization state and that have exp...Julien Veyssier2023-10-051-0/+5
* make oauth2 authorization code expire after 10 minutesJulien Veyssier2023-10-051-0/+5
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-2/+1
* Update license headersChristoph Wurst2019-12-051-1/+4
* Use the proper names when setting entity typesRoeland Jago Douma2019-04-181-4/+4
* Add basic implementation for OAuth 2.0 Authorization Code FlowLukas Reschke2017-05-181-0/+53