RubyGems Navigation menu

devise-api 0.1.3

The devise-api gem is a convenient way to add authentication to your Ruby on Rails application using the devise gem. It provides support for access tokens and refresh tokens, which allow you to authenticate API requests and keep the user's session active for a longer period of time on the client side. It can be installed by adding the gem to your Gemfile, running migrations, and adding the :api module to your devise model. The gem is fully configurable, allowing you to set things like token expiration times and token generators.

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

インストール:
=

バージョン履歴:

  1. 0.1.3 - August 08, 2023 (20.5KB)
  2. 0.1.2 - May 30, 2023 (20KB)
  3. 0.1.1 - January 14, 2023 (19.5KB)
  4. 0.1.0 - January 14, 2023 (19.5KB)
  5. 0.0.0 - January 08, 2023 (11KB)

Runtime依存関係 (6):

devise >= 4.7.2
dry-configurable ~> 1.0, >= 1.0.1
dry-initializer >= 3.1.1
dry-monads >= 1.6.0
dry-types >= 1.7.0
rails >= 6.0.0

所有者:

プッシュ者:

作者:

  • nejdetkadir

SHA 256チェックサム:

2ab41128e3ff70ac4260b46f9970cb98e36478aac97aeecb2bfbe67a429d3c26

累計ダウンロード数 19,384

このバージョンのみ 10,522

ライセンス:

MIT

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

リンク: