RubyGems Navigation menu

slots-jwt 0.1.1

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.

Gemfile:
= クリップボードにコピー コピー完了!

インストール:
=

バージョン履歴:

  1. 0.1.1 - April 18, 2020 (19.5KB)
  2. 0.1.0 - November 01, 2019 (19KB)
  3. 0.0.4 - August 26, 2019 (17.5KB)

Runtime依存関係 (3):

bcrypt ~> 3.1.7
jwt ~> 2.1.0
rails ~> 5.0

Development依存関係 (1):

sqlite3 >= 0

所有者:

プッシュ者:

作者:

  • Jonathon Gardner

SHA 256チェックサム:

= クリップボードにコピー コピー完了!

累計ダウンロード数 5,476

このバージョンのみ 1,875

ライセンス:

MIT

必要なRubyのバージョン: >= 0

リンク: