keycloak-client/CHANGELOG.md

16 lines
685 B
Markdown
Raw Normal View History

This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
# Changelog for "keycloak-client"
## [v1.3.0-SNAPSHOT]
- Added functions to introspect and verify access tokens (both OIDC and UMA are supported) (#23326).
2022-04-04 13:25:41 +02:00
## [v1.2.0]
- Added OIDC token retrieve for clients [#23076] and UMA token from OIDC token as bearer auth, instead of credentials only (basic auth)
2022-01-13 15:06:38 +01:00
## [v1.1.0]
- Added refresh token facilities for expired tokens (#22515) and some helper methods added.
2021-12-09 15:05:26 +01:00
2021-10-07 10:53:01 +02:00
## [v1.0.1]
- First release (#21389 #22155) provides the basic helper classes for Keycloak tokens retrieve and functions for the gCube framework integration (automatic service discovery).