File: control

package info (click to toggle)
ruby-devise-token-authenticatable 0.5.2-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster, stretch
  • size: 276 kB
  • ctags: 75
  • sloc: ruby: 1,059; makefile: 2
file content (27 lines) | stat: -rw-r--r-- 1,148 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
Source: ruby-devise-token-authenticatable
Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Balasankar C <balasankarc@autistici.org>
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.