Devise Jwt Api Only Mode for Authentication
December 10, 2020
This tutorial outlines how to configure the devise-jwt gem to provide JWT based authentication using the devise routes. It outlines a method for testing out the API using fetch requests to the provided endpoints with sample code, example results, and usage instructions.
ruby on rails devise jwt devise-jwt authentication rails api local storage