Jwt Sessions Versions Save

XSS/CSRF safe JWT auth designed for SPA

v2.2.1

5 years ago

Refresh action doesn't return refresh token anymore.

2.2.0

5 years ago
  • Rails 4 support
  • redis_url property
  • automatically fetch ENV['REDIS_URL']
  • Sinatra specs on Travis CI

v2.0.0

5 years ago

Added

Refresh by access method signature is updated; Refresh expiration bug fix;

v1.3.0

6 years ago

Added

  • Ability to refresh with access token
  • Dependencies upgrade

v1.2.1

6 years ago

Dependencies upgrade

v1.2.0

6 years ago

Added

  • Namespace to sessions
  • Ability to flush sessions
  • Check for the current session existence

v1.1.0

6 years ago

Added

  • Support for RSA/EDCSA/EDDSA
  • Updated dependencies
  • RbNaCl and sodium cryptographic library are required for EDDSA and for gem tests

v1.0.2

6 years ago

Added

  • Access expiration and refresh expiration times to the tokens hash

v1.0.1

6 years ago