Releases: SecureAuthCorp/oauth2c
Releases · SecureAuthCorp/oauth2c
v1.5.0
v1.4.0
v1.3.1
v1.3.0
v1.2.0
v1.1.1
v1.1.0
The 1.1.0 release of the oauth2c
project includes support for three new client authentication methods (client_secret_jwt, private_key_jwt and tls_client_auth).
Changelog
- 3dbaeca Add badges (#4)
- 461a59f Add certs and keys
- d7de143 Add client_secret_jwt client authentication method (#5)
- dd1f3e1 Add github workflows (#3)
- 79dd1dd Add private_key_jwt client authentication method (#6)
- 760b578 Bump go in goreleaser
- 38bc564 Install script
- 59d9344 Update certs
- c92c131 tls_client_auth (#7)
v1.0.0
Supported grant types:
- authorization_code
- client_credentials
- implicit
- password
- refresh_token
- jwt-bearer
Supported client authentication methods:
- client_secret_basic
- client_secret_post
Changelog
- 662270c Fix insecure flag
- 8b56ed3 Fix logger
- 7aa61ab Goreleaser
- 5dc6587 Initial commit
- 25f94c1 Interactive
- 4303b93 Mode flows
- da38f48 Mode modes
- a48a39b More info
- aad3997 PKCE
- 06b2e74 Print access token and id token payloads
- 17f11fe Support for more auth methods
- 1d5d2c8 Support for scopes
- 7e875ed Update readme
- 58538c2 jwt bearer support
- e068787 log assertion, fix error handling
- 6ab95d1 read signing key from remote