File: control

package info (click to toggle)
ruby-omniauth-remote-user 0.1.3-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 128 kB
  • ctags: 16
  • sloc: ruby: 214; makefile: 3
file content (35 lines) | stat: -rw-r--r-- 1,527 bytes parent folder | download
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
28
29
30
31
32
33
34
35
Source: ruby-omniauth-remote-user
Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Thiago Ribeiro <thiago@pencillabs.com>
Build-Depends: debhelper (>= 9~),
               gem2deb,
               ruby-rspec,
               ruby-rack-test,
               ruby-omniauth (>= 1.0)
Standards-Version: 3.9.7
Vcs-Git: https://anonscm.debian.org/git/pkg-ruby-extras/ruby-omniauth-remote-user.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/ruby-omniauth-remote-user.git
Homepage: http://beta.softwarepublico.gov.br/gitlab/softwarepublico/omniauth-remote-user
Testsuite: autopkgtest-pkg-ruby
XS-Ruby-Versions: all

Package: ruby-omniauth-remote-user
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ruby | ruby-interpreter,
         ruby-omniauth (>= 1.0),
         ${misc:Depends},
         ${shlibs:Depends}
Description: Omniauth extrategy for Remote-User HTTP header
 This package allows applications using ruby-omniauth to authenticate users
 using the Remote-User HTTP header. This can be used with HTTP basic
 authentication, SSL client certificate authentication, and all authentication
 methods that sets the Remote-User header for the underlying application.
 .
 This should not be used in an application that is directly acessible from the
 network, but applications that are under a web server setup that will properly
 handle authentication before setting the Remote-User header for the 
 application.