Skip to content

Releases: vdbulcke/oidc-client-demo

v0.8.0

28 Jun 14:48
v0.8.0
8f1ec6d
Compare
Choose a tag to compare

Changelog

Features

v0.7.2

02 Jun 09:22
v0.7.2
1775cf2
Compare
Choose a tag to compare

Changelog

Bug fixes

  • 0feda69 fix: Refresh/Access token jwt decode swap (#20)

v0.7.1

20 May 12:57
v0.7.1
670e017
Compare
Choose a tag to compare

Changelog

Features

v0.7.0

28 Mar 15:34
v0.7.0
b180bab
Compare
Choose a tag to compare

Changelog

Features

  • b180bab feat: Add --localhost flag for Azure AD #16

v0.6.1

11 Mar 16:25
v0.6.1
843f6e3
Compare
Choose a tag to compare

Changelog

Bug fixes

  • 843f6e3 fix: Graceful shutdown of local http server #14

v0.6.0

08 Mar 18:25
v0.6.0
df55050
Compare
Choose a tag to compare

Changelog

Features

  • 58f4247 feat: Add decoding and verification of access token as stateless token (#11)
  • 44302cd feat: Parse Refresh token jwt (#11)

v0.5.0

06 Mar 16:23
v0.5.0
406e471
Compare
Choose a tag to compare

Changelog

Features

  • ff87e4c feat: Add option to skip userinfo + refactor #8
  • d19a16a feat: Add pkce flow support #4

v0.4.0

05 Feb 17:40
v0.4.0
37d9046
Compare
Choose a tag to compare

Changelog

Features

Others

  • b65ae79 refactor: refresh token, warning on skip TLS

v0.3.0

24 Jan 16:59
v0.3.0
00d78ee
Compare
Choose a tag to compare

Changelog

Features

  • e801e24 feat: Add option to override jwk #6

Bug fixes

  • 00d78ee fix: Remove ignored Userinfo references #5

v0.2.0

18 Jan 17:20
v0.2.0
17610ac
Compare
Choose a tag to compare

Changelog

Features

  • ddcca06 feat: Add client_secret_post auth option #1
  • 17610ac feat: Add refresh-token command #2

Bug fixes

  • 1a670e3 fix: git-chglog github url in config

Others