Categories: None [Edit]

slots-jwt

https://rubygems.org/gems/slots-jwt
https://github.com/jonathongardner/slots-jwt
Token Authentication for Rails using JWT. Slots is designed to keep JWT stateless and minimize database calls. This is done by storing (none sensitive) data in the JWT and populating current_user with the JWT data. This allows for things like `current_user.teams` or other assocations to be called on the user. Unless explicitly told slots will only load the user from the database when creating (or updating an expired) token.

Total

Ranking: 115,430 of 189,199
Downloads: 6,187

Daily

Ranking: 114,730 of 189,169
Downloads: 0

Depended by

RankDownloadsName

Depends on

RankDownloadsName
41714,844,464jwt
44705,420,019rails
118366,145,862bcrypt
277172,341,358sqlite3

Owners

#GravatarHandle
1icontheappgardner