Skip to content

Releases: mainick/KeycloakClientBundle

3.2.0

07 Jan 07:09

Choose a tag to compare

Full Changelog: 3.1.0...3.2.0

Added

  • Implemented a JWKS (JSON Web Key Set) token decoder to support dynamic key fetching from Keycloak's JWKS endpoint, eliminating the need for manual public key configuration.

Deprecated

  • Nothing

Fixed

  • Nothing

Removed

  • Nothing

3.1.0

05 Jan 13:10
362216f

Choose a tag to compare

Full Changelog: 3.0.2...3.1.0

Added

  • Updated symfony dependencies to support version 6.4. (90ea9c2)
  • Added userInfoRaw method to retrieve raw user data from token(06e13d3)

Deprecated

  • Nothing

Fixed

  • Fixed problem with user count = 0: throw exception only response is empty or null, in case of "0" it mest returned.(3de8fe3)

Removed

  • Nothing

3.0.2

23 Nov 09:26
aba23f6

Choose a tag to compare

Full Changelog: https://github.com/mainick/KeycloakClientBundle/compare/3.0.1..3.0.2

Added

  • Test bundle on all supported PHP versions. (a165d36)

Deprecated

  • Nothing

Fixed

Removed

3.0.1

17 May 12:35
a191218

Choose a tag to compare

Full Changelog: 2.2.3...3.0.0

Added

  • The KeycloakAdminClient provider allows you to interact with the Keycloak Admin REST API. It provides a convenient way to manage Keycloak resources such as realms, clients, users, groups, and roles. (a191218)

Deprecated

  • Nothing

Fixed

Removed

  • Nothing

3.0.0

17 May 11:57
788ccec

Choose a tag to compare

Full Changelog: 2.2.3...3.0.0

Added

  • The KeycloakAdminClient provider allows you to interact with the Keycloak Admin REST API. It provides a convenient way to manage Keycloak resources such as realms, clients, users, groups, and roles. (788ccec)

Deprecated

  • Nothing

Fixed

Removed

  • Nothing

2.2.3

24 Nov 11:55

Choose a tag to compare

Full Changelog: 2.2.2...2.2.3

Added

  • Added AJAX request handling and improved log messages. (9a89f07)

Deprecated

  • Nothing

Fixed

  • Fixed use case to refresh token if access token is null. (9a89f07)

Removed

  • Nothing

2.2.2

23 Nov 18:44

Choose a tag to compare

Full Changelog: 2.2.1...2.2.2

Added

  • Nothing

Deprecated

  • Nothing

Fixed

  • Check if "Controller::method" or "Controller:method" format (3f29462)

Removed

  • Nothing

2.2.1

23 Nov 17:10

Choose a tag to compare

Full Changelog: 2.2.0...2.2.1

Added

  • Nothing

Deprecated

  • Nothing

Fixed

  • change name and return value for realm roles scope(c20bfff)

Removed

  • Nothing

2.2.0

19 Nov 15:45
34af093

Choose a tag to compare

Full Changelog: 2.1.3...2.2.0

Added

  • Add token validation to HS256TokenDecoder (34af093)

Deprecated

  • Nothing

Fixed

  • Nothing

Removed

  • Nothing

2.1.3

26 Oct 08:25
5904b38

Choose a tag to compare

Full Changelog: 2.1.2...2.1.3

Added

  • Nothing

Deprecated

  • Nothing

Fixed

  • Exclude routes from mainick/keycloak-client-bundle in TokenAuthListener. (e1b0adf)

Removed

  • Nothing