dex/server
Yifan Gu 7282dd5187 refreshtoken: return base64 encoded token for in-memory backend.
Previously if we use the in-memory backend, it will return a raw
binary token for refresh token. This fixes the case.
2015-10-12 14:51:52 -07:00
..
admin.go server, integration, cmd: Protect Admin API 2015-10-01 13:15:45 -07:00
auth_middleware.go *: Remove unnecessary else statements 2015-09-04 22:45:32 +03:00
auth_middleware_test.go *: move original project to dex 2015-08-18 11:26:57 -07:00
client_resource.go *: move original project to dex 2015-08-18 11:26:57 -07:00
client_resource_test.go *: move original project to dex 2015-08-18 11:26:57 -07:00
config.go fixup - Code review changes. 2015-09-30 17:07:00 -07:00
discovery_resource.go *: move original project to dex 2015-08-18 11:26:57 -07:00
discovery_resource_test.go *: move original project to dex 2015-08-18 11:26:57 -07:00
email_verification.go *: move original project to dex 2015-08-18 11:26:57 -07:00
email_verification_test.go *: move original project to dex 2015-08-18 11:26:57 -07:00
error.go *: move original project to dex 2015-08-18 11:26:57 -07:00
error_test.go *: move original project to dex 2015-08-18 11:26:57 -07:00
http.go server,cmd: Add flag for disabling registation 2015-09-30 16:35:58 -07:00
http_test.go server,cmd: Add flag for disabling registation 2015-09-30 16:35:58 -07:00
password.go *: move original project to dex 2015-08-18 11:26:57 -07:00
password_test.go server: check scope in requests. 2015-08-31 13:51:59 -07:00
register.go *: Remove unnecessary else statements 2015-09-04 22:45:32 +03:00
register_test.go server: check scope in requests. 2015-08-31 13:51:59 -07:00
serialization.go *: move original project to dex 2015-08-18 11:26:57 -07:00
serialization_test.go *: move original project to dex 2015-08-18 11:26:57 -07:00
server.go server,cmd: Add flag for disabling registation 2015-09-30 16:35:58 -07:00
server_test.go refreshtoken: return base64 encoded token for in-memory backend. 2015-10-12 14:51:52 -07:00
testutil.go server,cmd: Add flag for disabling registation 2015-09-30 16:35:58 -07:00
user.go server: expose user disable API endpoint 2015-09-29 16:46:30 -07:00