All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Fixes for opt-in mode (#48) (thanks to @theSteveMitchell)
- Introduce Opt-in mode as an alternative configuration (thanks to @theSteveMitchell)
- Update
Gemfile.lock
to avoid wrong CVE detections. The version of Rails should always be specified by the parent project. This change has no functional impact. - Update
json-jwt
to>=1.13.0
- When a token validation error occurs, do not log it as a
warn
(but as aninfo
instead)
- Remove dependency to
rest-client
(thanks to @loicvigneron) - Access Authorization Party from ENV (thanks to @loicvigneron)
- New configuration option:
ca_certificate_file
(thanks to @loicvigneron) - Access the token from ENV
- Upgrade
json-jwt
to1.11.0