Source: ruby-devise-token-authenticatable Section: ruby Priority: optional Maintainer: Debian Ruby Extras Maintainers Uploaders: Balasankar C Build-Depends: debhelper (>= 9~), gem2deb, rake, ruby-devise (>= 4.0~), ruby-rspec Standards-Version: 3.9.8 Vcs-Git: https://anonscm.debian.org/git/pkg-ruby-extras/ruby-devise-token-authenticatable.git Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/ruby-devise-token-authenticatable.git Homepage: https://github.com/baschtl/devise-token_authenticatable XS-Ruby-Versions: all Package: ruby-devise-token-authenticatable Architecture: all XB-Ruby-Versions: ${ruby:Versions} Depends: ruby | ruby-interpreter, ruby-devise (>= 4.0~), ${misc:Depends}, ${shlibs:Depends} Description: token based authentication for devise 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.