You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+5-10Lines changed: 5 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,16 +12,6 @@
12
12
<!-- ### Dependencies -->
13
13
<!---->
14
14
15
-
## oidc-agent 5.3.8
16
-
17
-
### Enhancements
18
-
19
-
- Added `--edit` / `-e` option to `oidc-gen` to edit an existing account
20
-
configuration. It behaves like `--manual`, but requires the account
21
-
configuration to already exist and fails otherwise instead of creating a
22
-
new configuration.
23
-
-`oidc-gen -m` with an existing account configuration now auto-detects the usage of a public client from the config file, so the `--pub` flag is not longer needed.
24
-
25
15
## oidc-agent 5.3.7
26
16
27
17
### Enhancements
@@ -30,6 +20,11 @@
30
20
the account configuration file. This allows a re-authentication to use the
31
21
same flow. This is especially useful when the used client only allows
32
22
certain flows.
23
+
- Added `--edit` / `-e` option to `oidc-gen` to edit an existing account
24
+
configuration. It behaves like `--manual`, but requires the account
25
+
configuration to already exist and fails otherwise instead of creating a
26
+
new configuration.
27
+
-`oidc-gen -m` with an existing account configuration now auto-detects the usage of a public client from the config file, so the `--pub` flag is not longer needed.
0 commit comments