aboutsummaryrefslogtreecommitdiffstats
path: root/apps/oauth2/lib/Migration/Version011603Date20230620111039.php
Commit message (Expand)AuthorAgeFilesLines
* chore: Add SPDX headerAndy Scherzinger2024-05-311-19/+2
* adjust oauth appJulien Veyssier2023-10-051-2/+4
* rename oauth2_access_token's created_at to code_created_atJulien Veyssier2023-10-051-3/+3
* add db index on oauth2_access_tokens's (token_count, created_at)Julien Veyssier2023-10-051-3/+6
* cleanup access tokens that are still in authorization state and that have exp...Julien Veyssier2023-10-051-0/+24
* make oauth2 authorization code expire after 10 minutesJulien Veyssier2023-10-051-0/+57