Authentification with JWT in Rails
In this article, I will show you how to implement authentication with JSON Web Token in Rails. let's look at what JWT is all about.
JSON Web Token
JWT stands for JSON Web Token. It is an open standard (RFC 7519) for securely transmitting information ...
apcode.hashnode.dev5 min read