Releases: ctron/oidc-cli
Releases · ctron/oidc-cli
0.4.0
v0.4.0 (2024-12-05)
Features
- if the token seems binary, show as hexdump (91a3555)
- #1 allow controlling the address type for binding (dc57267)
0.3.3
v0.3.3 (2024-07-23)
Fixes
0.3.2
v0.3.2 (2024-07-17)
Fixes
- change --ignore-existing to --force (98714b0)
0.3.1
v0.3.1 (2024-07-16)
Fixes
- load the full cert bundle, not just one cert (4e8e210)
0.3.0
v0.3.0 (2024-07-08)
Features
- add some http client options, like TLS (2322755)
- #1 bind to ipv4 if ipv6 fails (11ca9f7)
0.2.1
v0.2.1 (2024-06-05)
Features
- allow forcing a token refresh (fe4f260)
0.2.0
v0.2.0 (2024-05-27)
Features
- allow inspecting token directly (2961d55)
0.1.8
v0.1.8 (2024-05-17)
Features
- allow opening the browser with --open (73c9a2d)
- allow specifying the port for public clients (d21b2ee)
- allow inspecting tokens (a54783b)
0.1.7
v0.1.7 (2024-04-24)
Features
- extract the expiration from the token, show for refresh token (c8d611c)
0.1.6
v0.1.6 (2024-04-22)
Fixes