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,774 of 192,861
Downloads: 6,349

Daily

Ranking: 102,533 of 192,676
Downloads: 0

Depended by

RankDownloadsName

Depends on

RankDownloadsName
42753,811,615jwt
44741,302,253rails
120386,083,007bcrypt
278182,022,781sqlite3

Owners

#GravatarHandle
1icontheappgardner