Skip to content

Latest commit

 

History

History
241 lines (171 loc) · 8.47 KB

CHANGELOG.md

File metadata and controls

241 lines (171 loc) · 8.47 KB

v0.20.0 - 2024-04-12

Features

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

v0.19.3 - 2024-04-01

Bug Fixes

  • 09075fa - dependencies update

v0.19.2 - 2024-01-27

Bug Fixes

  • e626762 - update dependencies

v0.19.1 - 2023-12-26

v0.19.0 - 2023-11-01

Features

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

v0.18.0 - 2023-10-21

Features

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

v0.17.0 - 2023-10-01

Features

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

v0.16.0 - 2023-09-17

Code Refactoring

  • ce3891a - put go code in src/ directory

Features

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

v0.15.0 - 2023-03-23

Features

  • f363ed0 - add optional 'override_redirect_uri' config (#41)

v0.14.0 - 2023-03-04

Bug Fixes

  • a84a3dd - dependabot security issues (#42)

Features

  • c4eab5d - add cosign via goreleaser (#44)
  • a653cf2 - bump go version 1.20

v0.13.1 - 2022-10-11

Bug Fixes

  • d61d439 - refresh-token output (#39)

v0.13.0 - 2022-10-08

Features

  • 7ab90b6 - print jwt header (#37)

v0.12.0 - 2022-09-28

Features

  • 5ccf50b - Add mock request capabilities (#35)
  • 1ebd288 - Add additional param on authorize (#33)

v0.11.0 - 2022-09-24

Features

  • 0cd5b18 - Add PAR support (#31)
  • f01908e - add alternative well known (#31)

v0.10.0 - 2022-08-31

Features

  • d49c0a1 - add json output option (#29)

v0.9.0 - 2022-08-19

Features

  • dee346e - add fake-pkce-verifier flag (#25)
  • bfb5350 - send client_secret with pkce if defined (#25)

v0.8.0 - 2022-06-28

Features

  • 8f1ec6d - add acr validation check (#23)
  • f3895ad - add --acr-values override flag (#22)

v0.7.2 - 2022-06-02

Bug Fixes

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

v0.7.1 - 2022-05-20

Features

  • 54f875d - Add userinfo validation (#18)

v0.7.0 - 2022-03-28

Features

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

v0.6.1 - 2022-03-11

Bug Fixes

  • 843f6e3 - Graceful shutdown of local http server #14

v0.6.0 - 2022-03-08

Features

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

NOTE

Refresh Token validation does not check audience 'aud' claim

Access token validation does not check audience 'aud' claim

v0.5.0 - 2022-03-06

Features

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

v0.4.0 - 2022-02-05

Code Refactoring

  • b65ae79 - refresh token, warning on skip TLS

Features

  • 0880017 - Add introspect command #3

v0.3.0 - 2022-01-24

Bug Fixes

  • 00d78ee - Remove ignored Userinfo references #5

Features

  • e801e24 - Add option to override jwk #6

v0.2.0 - 2022-01-18

Bug Fixes

  • 1a670e3 - git-chglog github url in config

Features

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

v0.1.0 - 2022-01-07

Bug Fixes

  • 8b8d37e - goreleaser release config

Features

  • 6acaf4e - Add amr validation
  • ead0c22 - Add Cobra cli
  • 22aa244 - Add changelog generation
  • e10ea39 - Add Code Linting and scanning
  • f9a3d29 - CI Add goreleaser config
  • 0de3798 - Add addtoken output + cleanup log

v0.0.2 - 2021-07-23

v0.0.1 - 2021-07-23