Skip to content

Releases: stianst/keycloak-tokens-cli

0.20.0

28 Nov 08:15
97970d7

Choose a tag to compare

What's Changed

  • Decode token tries to download keys always by @stianst in #100

Full Changelog: 0.19.0...0.20.0

0.19.0

08 Jan 09:13
9c3c587

Choose a tag to compare

What's Changed

  • Simplify test config by @stianst in #89
  • Delete tokens when deleting a context by @stianst in #90
  • Cache provider metadata by @stianst in #91
  • Check if there are contexts before deleting issuer by @stianst in #92
  • Update dependencies by @stianst in #93
  • Support returning access, id, or refresh tokens for exchange by @stianst in #96

Full Changelog: 0.18.0...0.19.0

0.18.0

18 Oct 11:31
e4c31f2

Choose a tag to compare

What's Changed

  • Create config dir if it doesn't exist by @stianst in #73
  • Require subject_token and subject_token_type for exchange by @stianst in #74
  • Rename token --refresh option to --update by @stianst in #75
  • Convert config records to classes by @stianst in #76
  • Allow setting context as default-context when creating or updating by @stianst in #78
  • Improve help message for token --decode parameter by @stianst in #79
  • Fix create context example in README by @stianst in #81
  • Remove - prefix from created issuers by @stianst in #83
  • Fix error message for userinfo request by @stianst in #84
  • Add support to set truststore config, and tests for https by @stianst in #80
  • Make sure tests don't load .kct/config.yaml file by @stianst in #85
  • Polish README by @stianst in #87

Full Changelog: 0.17.0...0.18.0

0.17.0

23 Sep 10:33
a73d1f5

Choose a tag to compare

What's Changed

  • Initial support for dynamic registration of clients by @stianst in #56
  • Update and delete dynamically created clients by @stianst in #59
  • Add more parameters to token exchange by @stianst in #60

Full Changelog: 0.16.0...0.17.0

0.16.0

05 Sep 11:20

Choose a tag to compare

Add local scripts to gitignore

0.15.0

05 Sep 08:27

Choose a tag to compare

Allow passing jwks to decode

0.14.0

04 Sep 14:29

Choose a tag to compare

Add color to HTTP output

0.13.0

04 Sep 11:23

Choose a tag to compare

Format http body

0.12.0

04 Sep 09:59

Choose a tag to compare

What's Changed

Full Changelog: 0.11.0...0.12.0

0.11.0

03 Sep 12:20

Choose a tag to compare

Fix userinfo formatting