Categories: None [Edit]

easy_jwt_auth

https://rubygems.org/gems/easy_jwt_auth
https://github.com/m1lt0n/easy_jwt_auth
A typical usecase of JWT tokens is when building an API. JWT tokens can be sent as authorization tokens in headers. The advantage of using JWT tokens is that they are signed with a secret, so the information inside them cannot be tampered. This makes them ideal for embeding both authentication and authorization information in one step (e.g. by "decoding" the token, one can get information about the user and the roles a user has in case of a role-based authorization). Also, the fact that expiration timestamps can be embedded in the data of the token and be handled automatically, can be used to easily build short-lived tokens, making an API more secure.

Total

Ranking: 130,614 of 189,065
Downloads: 4,819

Daily

Ranking: 132,291 of 189,052
Downloads: 0

Depended by

RankDownloadsName

Depends on

RankDownloadsName
13,148,448,306bundler
91,218,499,982rake
29945,094,447rspec
41712,400,094jwt

Owners

#GravatarHandle
1iconpvratsalis