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,151 of 188,645
Downloads: 6,155

Daily

Ranking: 92,554 of 188,635
Downloads: 2

Depended by

RankDownloadsName

Depends on

RankDownloadsName
41702,148,555jwt
44693,625,624rails
117360,211,631bcrypt
274169,784,300sqlite3

Owners

#GravatarHandle
1icontheappgardner