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 799b3f3ef5 Merge pull request #658 from ericchiang/dev-dont-error-on-invalid-username 10 years ago
..
api.go api: add gRPC endpoints for creating, updating and deleting passwords 10 years ago
api_test.go api: add gRPC endpoints for creating, updating and deleting passwords 10 years ago
doc.go initial commit 10 years ago
handlers.go Merge pull request #638 from ericchiang/dev-share-a-single-callback 10 years ago
handlers_test.go *: fix linting 10 years ago
oauth2.go server: allow extra spaces in scopes 10 years ago
oauth2_test.go initial commit 10 years ago
rotation.go server: rename "rotationStrategy.period" to "rotationFrequency" 10 years ago
rotation_test.go initial commit 10 years ago
server.go *: don't error out if a username doesn't exist in the backing connector 10 years ago
server_test.go *: don't error out if a username doesn't exist in the backing connector 10 years ago
templates.go *: rename internally used "state" form value to "req" 10 years ago
templates_default.go *: rename internally used "state" form value to "req" 10 years ago
templates_default_gen.go server: generate string literals instead of escaped strings 10 years ago
templates_test.go *: switch dex to the ported templates 10 years ago