Releases: imagov/keycloak
Releases · imagov/keycloak
v3.3.0
New Features and Fixes
- Thread-Safety Enhancements
- Implemented a solution to ensure thread safety when setting proc_token_cookie in multi-threaded environments, particularly when using the server.
- Cookie Overwrite Fix
- Fixed the issue of keycloak_token cookie content being overwritten in Rails applications with server in a multi-threaded setup.
- 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
Any Rack
v3.0.0 Any Rack stack
New initializer
rails g keycloak:config
Created configuration validate_token_when_call_has_role
v2.5.0 Criada a configuração validate_token_when_call_has_role
v2.4.0
Added client_id and secret parameters in methods
v2.3.2
Merge pull request #8 from siklodi-mariusz/custom-installation-file-l…