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.
 
 
 
 
 
 
Stephen Augustus 243661155e
server: grpc.WithInsecure is now insecure.NewCredentials()
4 years ago
..
internal chore(deps): upgrade protobuf in server/internal package 5 years ago
api.go Discard package "version" (#2107) 5 years ago
api_test.go server: grpc.WithInsecure is now insecure.NewCredentials() 4 years ago
deviceflowhandlers.go Deprecation warning log message 5 years ago
deviceflowhandlers_test.go refactor: move from io/ioutil to io and os package 5 years ago
doc.go initial commit 10 years ago
handlers.go Merge pull request #2234 from enj/enj/i/password_grant_access_token 4 years ago
handlers_test.go handlePasswordGrant: insert connectorData into OfflineSession (#2199) 5 years ago
oauth2.go Improve auth flow error handling 5 years ago
oauth2_test.go Improve auth flow error handling 5 years ago
refreshhandlers.go Merge pull request #2344 from flant/invalid_grant_claim_another_client 4 years ago
refreshhandlers_test.go More refresh token handler refactoring, more tests 5 years ago
rotation.go Fixes of naming and code style 5 years ago
rotation_test.go Fixes of naming and code style 5 years ago
server.go Add generic oauth connector 4 years ago
server_test.go fix: return invalid_grant error on claiming token of another client 4 years ago
templates.go using path.Join replace filepath.Join 4 years ago
templates_test.go use go 1.16 new package io/fs 5 years ago