Categories: None [Edit]

devise-api

https://rubygems.org/gems/devise-api
https://github.com/nejdetkadir/devise-api
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.

Total

Ranking: 35,185 of 183,139
Downloads: 32,022

Daily

Ranking: 8,767 of 183,127
Downloads: 60

Depended by

RankDownloadsName

Depends on

RankDownloadsName
41565,708,046rails
170214,070,720devise
287126,069,420dry-types
296119,532,077dry-configurable
64266,692,231dry-initializer
1,45919,925,301dry-monads

Owners

#GravatarHandle
1iconnejdetkadir