This repository has been archived on 2023-08-14. You can view files and clone it, but cannot push or open issues or pull requests.
dex/server
Eric Chiang 82a55cf785 {server,storage}: add LoggedIn flag to AuthRequest and improve storage docs
Currently, whether or not a user has authenticated themselves through
a connector is indicated by a pointer being nil or non-nil. Instead
add an explicit flag that marks this.
2016-09-30 22:40:04 -07:00
..
doc.go initial commit 2016-07-26 15:51:24 -07:00
handlers.go {server,storage}: add LoggedIn flag to AuthRequest and improve storage docs 2016-09-30 22:40:04 -07:00
handlers_test.go initial commit 2016-07-26 15:51:24 -07:00
oauth2.go *: support the implicit flow 2016-08-24 11:21:39 -07:00
oauth2_test.go initial commit 2016-07-26 15:51:24 -07:00
rotation.go rename 2016-08-10 22:31:42 -07:00
rotation_test.go initial commit 2016-07-26 15:51:24 -07:00
server.go *: switch dex to the ported templates 2016-09-05 17:25:39 -07:00
server_test.go *: switch dex to the ported templates 2016-09-05 17:25:39 -07:00
templates.go server: generate string literals instead of escaped strings 2016-09-05 18:06:17 -07:00
templates_default.go server: generate string literals instead of escaped strings 2016-09-05 18:06:17 -07:00
templates_default_gen.go server: generate string literals instead of escaped strings 2016-09-05 18:06:17 -07:00
templates_test.go *: switch dex to the ported templates 2016-09-05 17:25:39 -07:00