Skip to content

Releases: ctron/oidc-cli

0.6.1

12 Aug 12:40
Compare
Choose a tag to compare

v0.6.1 (2025-08-12)

Features

  • allow providing an initial refresh token (1151746)

0.6.0

22 Jul 13:49
Compare
Choose a tag to compare

v0.6.0 (2025-07-22)

Features

  • provide better error message for expired refresh token (245b530)
  • #3 allow using client secret with public client (a84e6ef)
  • token: allow using -H/--header to get an HTTPie header argument (d3a7a35)

Fixes

  • only read from stdin when there are no tokens in the args (007acb1)

0.6.0-rc.3

17 Jul 11:43
Compare
Choose a tag to compare
0.6.0-rc.3 Pre-release
Pre-release

v0.6.0-rc.3 (2025-07-17)

Features

  • token: allow using -H/--header to get an HTTPie header argument (d3a7a35)

Fixes

  • only read from stdin when there are no tokens in the args (007acb1)

0.6.0-rc.2

17 Jul 07:43
Compare
Choose a tag to compare
0.6.0-rc.2 Pre-release
Pre-release

v0.6.0-rc.2 (2025-07-17)

Features

  • token: allow using -H/--header to get an HTTPie header argument (d3a7a35)

Fixes

  • only read from stdin when there are no tokens in the args (007acb1)

0.6.0-rc.1

16 Jul 12:53
Compare
Choose a tag to compare
0.6.0-rc.1 Pre-release
Pre-release

v0.6.0-rc.1 (2025-07-16)

Features

  • token: allow using -H/--header to get an HTTPie header argument (d3a7a35)

Fixes

  • only read from stdin when there are no tokens in the args (007acb1)

0.5.1

30 Apr 14:28
Compare
Choose a tag to compare

v0.5.1 (2025-04-30)

Features

0.5.0

13 Mar 15:38
Compare
Choose a tag to compare

v0.5.0 (2025-03-13)

Fixes

  • fix help message on create subcommand (33c6528)

0.4.1

24 Jan 13:42
Compare
Choose a tag to compare

v0.4.1 (2025-01-24)

Features

0.4.0

05 Dec 08:49
Compare
Choose a tag to compare

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

23 Jul 10:45
Compare
Choose a tag to compare

v0.3.3 (2024-07-23)

Fixes