Skip to content

devise-jwt api only to authenticate users with Ruby on Rails

Notifications You must be signed in to change notification settings

louro-ines/devise-jwt-api

Repository files navigation

RAILS DEVISE JWT

Devise-JWT is an extension for the Devise authentication framework that utilizes JSON Web Tokens (JWT) for user authentication. When using JSON Web Tokens, a token is included in the request headers. This token is managed by the front-end framework and is typically added as part of an AJAX call. You can visit this repo and find a React Redux Client for this Rails-api.

About

devise-jwt api only to authenticate users with Ruby on Rails

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages