This repository has been archived on 2022-08-17. You can view files and clone it, but cannot push or open issues or pull requests.
dex/server
Pavel Borzenkov f76c43ec4f server: fix tests to expect unpadded base64 messages
Signed-off-by: Pavel Borzenkov <pavel.borzenkov@gmail.com>
2016-11-23 20:02:19 +03:00
..
admin.go *: add ability to set and list connectors from admin API 2016-06-01 09:31:47 -07:00
auth_middleware.go client: add client manager 2016-05-19 16:20:12 -07:00
auth_middleware_test.go db, client: add data model for trusted peers 2016-06-07 17:16:09 -07:00
client_registration.go db, client: add data model for trusted peers 2016-06-07 17:16:09 -07:00
client_registration_test.go client: add client manager 2016-05-19 16:20:12 -07:00
config.go ClientCredentials flow in UserAPI 2016-09-01 08:34:36 +02:00
config_test.go server: add more validation to --no-db static file parsing 2016-04-11 16:21:31 -07:00
cross_client_test.go server: use time.Time instead of int64 for token expiration time 2016-09-12 18:52:50 +09: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 client: add client manager 2016-05-19 16:20:12 -07:00
email_verification_test.go client: add client manager 2016-05-19 16:20:12 -07:00
error.go Change status code used for redirects from StatusTemporaryRedirect (307) to StatusFound (302) 2016-01-23 22:33:53 +01:00
error_test.go Change status code used for redirects from StatusTemporaryRedirect (307) to StatusFound (302) 2016-01-23 22:33:53 +01:00
http.go server: use time.Time instead of int64 for token expiration time 2016-09-12 18:52:50 +09:00
http_test.go server: fix tests to expect unpadded base64 messages 2016-11-23 20:02:19 +03:00
invitation.go *: fix tests that care about email case sensitivity 2016-03-01 14:09:10 -08:00
invitation_test.go alternate approach to fixing tests 2016-05-27 00:22:27 +02:00
password.go client: add client manager 2016-05-19 16:20:12 -07:00
password_test.go *: depricate --email-from flag and move to email config files 2016-06-27 23:36:07 -07:00
register.go *: more updates to prepend the correct API path 2016-07-25 17:06:20 -07:00
register_test.go client: add client manager 2016-05-19 16:20:12 -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: use time.Time instead of int64 for token expiration time 2016-09-12 18:52:50 +09:00
server_test.go server: use time.Time instead of int64 for token expiration time 2016-09-12 18:52:50 +09:00
testutil_test.go backend: add absolute path to template links 2016-07-22 15:41:16 -07:00
user.go ClientCredentials flow in UserAPI 2016-09-01 08:34:36 +02:00