OpenID Connect (OIDC) identity and OAuth 2.0 provider with pluggable connectors
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Eric Chiang cd7d3fff85 Merge pull request #386 from ericchiang/revoke_refresh_2 10 years ago
..
admin.go *: add client registration endpoint to admin API 10 years ago
auth_middleware.go *: Remove unnecessary else statements 11 years ago
auth_middleware_test.go *: remove in memory client repo 10 years ago
client_registration.go *: add isAdmin option to client repo when creating a client 10 years ago
client_registration_test.go server: add dynamic client registration 10 years ago
client_resource.go *: add isAdmin option to client repo when creating a client 10 years ago
client_resource_test.go *: remove in memory client repo 10 years ago
config.go Merge pull request #386 from ericchiang/revoke_refresh_2 10 years ago
config_test.go *: load password infos from users file in no-db mode not connectors 10 years ago
discovery_resource.go *: move original project to dex 11 years ago
discovery_resource_test.go *: move original project to dex 11 years ago
email_verification.go *: fix tests that care about email case sensitivity 10 years ago
email_verification_test.go *: move original project to dex 11 years ago
error.go Change status code used for redirects from StatusTemporaryRedirect (307) to StatusFound (302) 10 years ago
error_test.go Change status code used for redirects from StatusTemporaryRedirect (307) to StatusFound (302) 10 years ago
http.go Fix response_type missing param 10 years ago
http_test.go Fix response_type missing param 10 years ago
invitation.go *: fix tests that care about email case sensitivity 10 years ago
invitation_test.go server: endpoint and system for sending invitations to dex 10 years ago
password.go *: remove unused code 10 years ago
password_test.go *: fix tests that care about email case sensitivity 10 years ago
register.go *: remove in memory session repos 10 years ago
register_test.go server: better UX when remote ID already exists 10 years ago
serialization.go *: move original project to dex 11 years ago
serialization_test.go *: move original project to dex 11 years ago
server.go Merge pull request #386 from ericchiang/revoke_refresh_2 10 years ago
server_test.go *: remove in memory client repo 10 years ago
testutil.go *: remove in memory connector config repo 10 years ago
user.go server: add refresh token revocation API to server 10 years ago