mirror of https://github.com/dexidp/dex.git
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.
|
|
10 years ago | |
|---|---|---|
| .. | ||
| example | 10 years ago | |
| http | 10 years ago | |
| jose | 10 years ago | |
| key | 10 years ago | |
| oauth2 | 10 years ago | |
| oidc | 10 years ago | |
| .gitignore | 10 years ago | |
| .travis.yml | 10 years ago | |
| CONTRIBUTING.md | 10 years ago | |
| DCO | 10 years ago | |
| LICENSE | 10 years ago | |
| MAINTAINERS | 10 years ago | |
| NOTICE | 10 years ago | |
| README.md | 10 years ago | |
| build | 10 years ago | |
| test | 10 years ago | |
README.md
go-oidc
go-oidc provides a comprehensive collection of golang libraries for other projects to implement OpenID Connect (OIDC) server and client components.
package documentation
- github.com/coreos/go-oidc/oidc - OIDC client- and server-related components
- github.com/coreos/go-oidc/oauth2 - OAuth2-specific code needed by the OIDC components
- github.com/coreos/go-oidc/jose - Javascript Object Signing and Encryption (JOSE) object (JWS, JWK) generation, validation and serialization
- github.com/coreos/go-oidc/key - RSA key management for OIDC components
