Skip to content

Releases: vdbulcke/oidc-client-demo

v0.20.2

21 Jul 09:14
v0.20.2
e6dd766
Compare
Choose a tag to compare

Changelog

Bug fixes

v0.20.1

12 Apr 15:41
v0.20.1
5b4d7dd
Compare
Choose a tag to compare

Changelog

Bug fixes

v0.20.0

12 Apr 14:10
v0.20.0
2950fd0
Compare
Choose a tag to compare

Changelog

Features

  • 2950fd0 feat: add logging of http req/resp in debug (#60)

v0.19.3

01 Apr 13:46
v0.19.3
09075fa
Compare
Choose a tag to compare

Changelog

Bug fixes

v0.19.2

27 Jan 10:43
v0.19.2
e626762
Compare
Choose a tag to compare

Changelog

Bug fixes

v0.19.1

26 Dec 15:34
v0.19.1
Compare
Choose a tag to compare

Changelog

Others

  • 29ed565 build(deps): bump golang.org/x/crypto from 0.14.0 to 0.17.0

v0.19.0

01 Nov 10:04
v0.19.0
84ab65a
Compare
Choose a tag to compare

Changelog

Features

  • 84ab65a feat: optional client_id on token endpoint for private_key_jwt (#55)

v0.18.0

21 Oct 12:40
v0.18.0
e427434
Compare
Choose a tag to compare

Changelog

Features

  • 3444088 feat: add ECDH-ES, ECDH-ES+A128KW, ECDH-ES+A192KW, ECDH-ES+A256KW encryption alg (#51)
  • c8abffc feat: add RSA-OAEP-256 and RSA-OAEP idtoken encryption (#51)
  • 2780f48 feat: add mTLS client authentication method

v0.17.0

01 Oct 09:49
v0.17.0
091e1b6
Compare
Choose a tag to compare

Changelog

Features

  • 5d5858d feat: add --mock-jwt-kid flag to set a static kid for generated jwt (#49)

v0.16.0

17 Sep 17:29
v0.16.0
e99631b
Compare
Choose a tag to compare

Changelog

Features

  • e99631b feat: add support for private_key_jwt auth method (#46) and signed request parameter (#47)

Others

  • ce3891a refactor: put go code in src/ directory