How to Add JWT Auth API to Existing Rails Application
Photo by Jordan Harrison on Unsplash
First things first, add ‘JWT’ and ‘Blueprint’ gems to your Gemfile.
JWT gem is a ruby implementation of the RFC 7519 OAuth JSON Web Token (JWT) standard.
Blueprinter is a JSON Object Presenter for Ruby that takes ...
vchkhr.com1 min read