SimpleJwtAuth
Short description and motivation.
Usage
How to use my plugin.
Installation
Add this line to your application's Gemfile:
gem 'simple_jwt_auth'
And then execute:
$ bundle
Or install it yourself as:
$ gem install simple_jwt_auth
in order to create updated migrations run
$ rails simple_jwt_auth:install:migrations
then run
$ rails db:migrate
in order to access gems provided routes add
mount SimpleJwtAuth::Engine, at: "/auth"
to top of routes in your rails project
Contributing
Contribution directions go here.
License
The gem is available as open source under the terms of the MIT License.