Grape Jwt Authentication Versions Save

A reusable Grape JWT authentication concern

v2.0.0

3 years ago
  • Extracted the JWT verification functionality into its own gem (keyless) (#6)
    • This extraction allows users to use the JWT/RSA key handling without Grape
    • The API/configuration stays the same
  • With the major update to 2.0 we dropped a lot of code which is now located at the Keyless gem:
    • Grape::Jwt::Authentication::Jwt was replace with Keyless::Jwt
    • Grape::Jwt::Authentication::RsaPublicKey was replace with Keyless::RsaPublicKey

v1.2.0

5 years ago
  • Check the remote response on public key fetching (#3)
  • Added support for Ruby 2.6
  • Dropped support for EOL Ruby 2.2

v1.1.0

5 years ago
  • Added the parsed and original token to the Rack environment (#2)
    • Two new helper methods are now available to access the JWT from an API spec

v1.0.1

6 years ago
  • Republished 1.0.0 with the correct rubygems account :tada:
  • All the initial functionality was implemented :wrench:
  • Documentation was written :book:

v1.0.0

6 years ago
  • First public release :tada:
  • Yanked, wrong rubygems account used :x: