summaryrefslogtreecommitdiffstats
path: root/apps/oauth2/lib/Db
Commit message (Expand)AuthorAgeFilesLines
* Update license headersChristoph Wurst2019-12-054-4/+21
* Use the proper names when setting entity typesRoeland Jago Douma2019-04-181-4/+4
* Move OAuth2 db code to QBMapper and make it strictRoeland Jago Douma2018-12-072-30/+35
* Add tests for OAuth2 appLukas Reschke2017-05-182-8/+12
* delete auth token when client gets deletedBjoern Schiessle2017-05-182-0/+36
* handle case if no valid client identifier is givenBjoern Schiessle2017-05-181-0/+5
* Fetch signle rowLukas Reschke2017-05-181-1/+1
* Get a single rowLukas Reschke2017-05-182-8/+4
* Use query builderLukas Reschke2017-05-182-6/+14
* Add basic implementation for OAuth 2.0 Authorization Code FlowLukas Reschke2017-05-184-0/+216