devise-token_authenticatable 0.1.0
This gem provides the extracted Token Authenticatable module of devise. It enables the user to sign in via an authentication token. This token can be given via a query string or HTTP Basic Authentication.
Gemfile:
=
安裝:
=
Runtime 相依性套件 (1):
devise
~> 3.2.0
Development 相依性套件 (9):
actionmailer
>= 3.2
activerecord
>= 3.2
bundler
~> 1.3
factory_girl_rails
>= 0
pry
>= 0
rake
>= 0
rspec-rails
>= 0
sqlite3
~> 1.3
timecop
>= 0