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
+11-8Lines changed: 11 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,26 +5,29 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5
5
Versioning](https://semver.org/spec/v2.0.0.html).
6
6
7
7
## [Unreleased]
8
-
- Add configurable user roles through `DevOidcToolkit__Users__INDEX__Roles__INDEX`
9
-
- Add runtime user registration at `/users` page
10
-
- Add runtime OIDC client creation at `/clients` page
8
+
## [0.5.0]
9
+
- Add configurable user roles through `DevOidcToolkit__Users__INDEX__Roles__INDEX` (see [#17](https://github.com/BusinessSimulations/dev-oidc-toolkit/pull/17))
10
+
- Add runtime user registration at `/users` page (see [#15](https://github.com/BusinessSimulations/dev-oidc-toolkit/issues/15))
11
+
- Add runtime OIDC client creation at `/clients` page (see [#15](https://github.com/BusinessSimulations/dev-oidc-toolkit/issues/15))
11
12
12
13
## [0.4.0]
13
-
- Add configurable `Issuer` field to override the `iss` claim in tokens and the OIDC discovery document
14
+
- Add configurable `Issuer` field to override the `iss` claim in tokens and the OIDC discovery document (see [#13](https://github.com/BusinessSimulations/dev-oidc-toolkit/issues/13))
14
15
15
16
## [0.3.0]
16
-
- Add support for `post_logout_redirect_uris`, see [#10](https://github.com/BusinessSimulations/dev-oidc-toolkit/pull/10)
17
+
- Add support for `post_logout_redirect_uris`, (see [#10](https://github.com/BusinessSimulations/dev-oidc-toolkit/pull/10))
17
18
- Update to dotnet 10
18
19
19
20
## [0.2.0]
20
-
- Add `email_verified` claim for compatibility with [pocketbase](https://github.com/pocketbase/pocketbase), see
0 commit comments