summaryrefslogtreecommitdiffstats
path: root/routers/user/oauth.go
Commit message (Expand)AuthorAgeFilesLines
* Refactor routers directory (#15800)Lunny Xiao2021-06-091-646/+0
* Feature/oauth userinfo (#15721)N. L. H2021-05-061-0/+73
* add well-known config for OIDC (#15355)techknowlogick2021-04-151-0/+10
* Move modules/forms to services/forms (#15305)zeripath2021-04-061-6/+6
* [refactor] replace int with httpStatusCodes (#15282)65432021-04-051-5/+6
* Move macaron to chi (#14293)Lunny Xiao2021-01-261-6/+10
* Minimal OpenID Connect implementation (#14139)Johnny Oskarsson2021-01-021-4/+49
* Escape more things that are passed through str2html (#12622)zeripath2020-08-281-2/+3
* Whenever the ctx.Session is updated, release it to save it before sending the...zeripath2020-05-171-0/+10
* Use gitea forked macaron (#7933)Tamal Saha2019-08-231-1/+1
* Display ui time with customize time location (#7792)Lunny Xiao2019-08-151-4/+4
* fix drone build bug (#7192)Cherrg2019-06-131-1/+1
* Add golangci (#6418)kolaente2019-06-121-7/+29
* Use AppURL for Oauth user link (#6894)techknowlogick2019-05-091-1/+1
* fix missing return (#6751)Lunny Xiao2019-04-251-0/+1
* Add option to disable refresh token invalidation (#6584)Jonas Franz2019-04-121-10/+11
* Add support for client basic auth for exchanging access tokens (#6293)Jonas Franz2019-03-111-1/+27
* Integrate OAuth2 Provider (#5378)Jonas Franz2019-03-081-0/+452