Skip to content

Latest commit

 

History

History
61 lines (40 loc) · 1.81 KB

CHANGELOG.md

File metadata and controls

61 lines (40 loc) · 1.81 KB

Changelog

0.6.0 - 2022-03-21

  • Features
    • Pull #55 - Adds expiry to refresh tokens.

0.5.1 - 2020-11-08

  • Bug fixes
    • Issue #30 - Prevent sharing authenticated resource across the requests.

0.5.0 - 2020-09-13

  • Dependency upgrade
    • Pull #29 - Upgraded all dependent gems and removed support for ruby version less than 2.5.

0.4.0 - 2020-04-26

  • Features
    • Pull #24 - Add custom data in JWT token & customize resource finding logic.

0.3.0 - 2019-09-14

  • Features
    • Pull #15 - Added option to customize / translate response messages using I18n.

0.2.2 - 2019-08-08

  • Bug fixes
    • Issue #11 - Added code to detect secret_key_base from various configs as the location is not same in all Rails versions.

0.2.1 - 2019-05-22

  • Bug fixes
    • Issue #11 - Skip verifying authenticity token as everything is API here.

0.2.0 - 2019-04-27

  • Features
    • Added configurable option to blacklist JWT access token on refreshing as requested in this issue comment.

0.1.3 - 2019-03-26

  • Bug fixes
    • Issue #5 - Fixed issue in accessing the JWT access token.

0.1.2 - 2019-03-23

  • Bug fixes
    • Issue #3 - Fixed issue in accessing the secret_key_base in Rails >= 5.2 by using credentials

0.1.1 Initial version