- Features
- Pull #55 - Adds expiry to refresh tokens.
- Bug fixes
- Issue #30 - Prevent sharing authenticated resource across the requests.
- Dependency upgrade
- Pull #29 - Upgraded all dependent gems and removed support for ruby version less than 2.5.
- Features
- Pull #24 - Add custom data in JWT token & customize resource finding logic.
- Features
- Pull #15 - Added option to customize / translate response messages using I18n.
- Bug fixes
- Issue #11 - Added code to detect
secret_key_base
from various configs as the location is not same in all Rails versions.
- Issue #11 - Added code to detect
- Bug fixes
- Issue #11 - Skip verifying authenticity token as everything is API here.
- Features
- Added configurable option to blacklist JWT access token on refreshing as requested in this issue comment.
- Bug fixes
- Issue #5 - Fixed issue in accessing the JWT access token.
- Bug fixes
- Issue #3 - Fixed issue in accessing the
secret_key_base
in Rails>= 5.2
by usingcredentials
- Issue #3 - Fixed issue in accessing the