aboutsummaryrefslogtreecommitdiffstats
path: root/integrations/oauth_test.go
Commit message (Expand)AuthorAgeFilesLines
* refactor: move from io/ioutil to io and os package (#17109)Eng Zer Jun2021-09-221-6/+6
* Add an abstract json layout to make it's easier to change json library (#16528)Lunny Xiao2021-07-241-5/+1
* Migrate to use jsoniter instead of encoding/json (#14841)zeripath2021-03-011-1/+9
* Update docs and comments to remove macaron (#14491)Lunny Xiao2021-01-291-1/+1
* Introduce go chi web framework as frontend of macaron, so that we can move ro...Lunny Xiao2020-11-131-0/+12
* Fix "data race" in testlogger (#9159)zeripath2019-11-261-10/+10
* Add json tags for oauth2 form (#6627)Jonas Franz2019-04-151-1/+24
* Add option to disable refresh token invalidation (#6584)Jonas Franz2019-04-121-0/+41
* Add support for client basic auth for exchanging access tokens (#6293)Jonas Franz2019-03-111-0/+41
* Integrate OAuth2 Provider (#5378)Jonas Franz2019-03-081-0/+138