Skip to content

Releases: SecureAuthCorp/oauth2c

v1.5.0

21 Dec 14:21
c8751db
Compare
Choose a tag to compare

Changelog

v1.4.0

17 Dec 10:39
Compare
Choose a tag to compare

The oauth2c 1.3.1 release includes support for device flow, token exchange grant flows and JARM, PAR extensions.

Changelog

v1.3.1

11 Dec 23:13
c1164f1
Compare
Choose a tag to compare

The oauth2c 1.3.1 release fixes the silent mode on linux

Changelog

v1.3.0

11 Dec 13:30
0ed9a67
Compare
Choose a tag to compare

The oauth2c 1.3.0 release includes support for the silent mode.

Changelog

v1.2.0

10 Dec 21:03
677c334
Compare
Choose a tag to compare

The oauth2c 1.2.0 release includes support for None with PKCE authentication method.

Changelog

v1.1.1

10 Dec 12:34
Compare
Choose a tag to compare

The oauth2c 1.1.1 release adds support for installation using brew.

Changelog

v1.1.0

17 Nov 12:23
Compare
Choose a tag to compare

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

v1.0.0

15 Nov 08:36
Compare
Choose a tag to compare

Supported grant types:

  • authorization_code
  • client_credentials
  • implicit
  • password
  • refresh_token
  • jwt-bearer

Supported client authentication methods:

  • client_secret_basic
  • client_secret_post

Changelog