Commit Graph

10 Commits (cbc60f5c70dac01af647e5f70730778b008cf234)

Author SHA1 Message Date
zeripath 76053ac31a
Whenever the ctx.Session is updated, release it to save it before sending the redirect ()
Signed-off-by: Andrew Thornton <art27@cantab.net>

Co-authored-by: Lauris BH <lauris@nix.lv>
Tamal Saha 171b359877 Use gitea forked macaron ()
Signed-off-by: Tamal Saha <tamal@appscode.com>
Lunny Xiao 85202d4784
Display ui time with customize time location ()
* display ui time with customize time location

* fix lint

* rename UILocation to DefaultUILocation

* move time related functions to modules/timeutil

* fix tests

* fix tests

* fix build

* fix swagger
Cherrg 2f39fc7bb6 fix drone build bug ()
kolaente f9ec2f89f2 Add golangci ()
techknowlogick 2f21bc33a5 Use AppURL for Oauth user link ()
* Use AppURL for Oauth user link

Fix 

* Update oauth.go

* Update oauth.go
Lunny Xiao e8f4c7733a
fix missing return ()
Jonas Franz 783cd64927 Add option to disable refresh token invalidation ()
* Add option to disable refresh token invalidation

Signed-off-by: Jonas Franz <info@jonasfranz.software>

* Add integration tests and remove wrong todos

Signed-off-by: Jonas Franz <info@jonasfranz.software>

* Fix typo

Signed-off-by: Jonas Franz <info@jonasfranz.software>

* Fix tests and add documentation

Signed-off-by: Jonas Franz <info@jonasfranz.software>
Jonas Franz 2315019fef Add support for client basic auth for exchanging access tokens ()
* Add support for client basic auth for exchanging access tokens

* Improve error messages

* Fix tests
Jonas Franz e777c6bdc6 Integrate OAuth2 Provider ()