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: 117,025 of 196,218
Downloads: 6,443

Daily

Ranking: 59,748 of 196,179
Downloads: 0

Depended by

RankDownloadsName

Depends on

RankDownloadsName
42802,594,280jwt
45780,067,208rails
120409,245,179bcrypt
281192,810,371sqlite3

Owners

#GravatarHandle
1icontheappgardner