Skip to content

Releases: imagov/keycloak

v3.3.0

21 Jun 13:05
Compare
Choose a tag to compare

New Features and Fixes

  1. Thread-Safety Enhancements
  • Implemented a solution to ensure thread safety when setting proc_token_cookie in multi-threaded environments, particularly when using the server.
  1. Cookie Overwrite Fix
  • Fixed the issue of keycloak_token cookie content being overwritten in Rails applications with server in a multi-threaded setup.
  1. Support for Ruby 3.2.2 or higher

Performance Improvement
This update resolves request processing issues that could potentially expose sensitive data due to incorrect access token usage.

Acknowledgments
We thank all contributors who identified and reported the issues and helped implement these fixes.

For more details or further information, please contact us.

v3.2.2

06 Jul 18:01
Compare
Choose a tag to compare

Update dependencies

Any Rack

26 Jun 13:12
Compare
Choose a tag to compare
v3.0.0

Any Rack stack

New initializer

26 Jun 12:45
Compare
Choose a tag to compare

rails g keycloak:config

Created configuration validate_token_when_call_has_role

25 Jun 19:14
Compare
Choose a tag to compare
v2.5.0

Criada a configuração validate_token_when_call_has_role

v2.4.0

06 Dec 11:15
Compare
Choose a tag to compare
Added client_id and secret parameters in methods

v2.3.2

06 Dec 11:12
4a074e0
Compare
Choose a tag to compare
Merge pull request #8 from siklodi-mariusz/custom-installation-file-l…