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 36 37
|
Source: ruby-omniauth-auth0
Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Sudheesh Shetty <sudheeshshetty@gmail.com>
Build-Depends: debhelper (>= 11~),
gem2deb,
rake,
ruby-omniauth-oauth2 (>= 1.4~),
ruby-rspec,
ruby-simplecov,
ruby-rack-test,
ruby-webmock,
ruby-sinatra
Standards-Version: 4.1.3
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-omniauth-auth0.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-omniauth-auth0
Homepage: https://github.com/auth0/omniauth-auth0
Testsuite: autopkgtest-pkg-ruby
XS-Ruby-Versions: all
Package: ruby-omniauth-auth0
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ruby | ruby-interpreter,
ruby-omniauth-oauth2 (>= 1.4~),
${misc:Depends},
${shlibs:Depends}
Description: Omniauth OAuth2 strategy for the Auth0 platform
Auth0 is an authentication broker that supports social identity providers
as well as enterprise identity providers such as Active Directory,
LDAP, Google Apps, Salesforce.
.
OmniAuth is a library that standardizes multi-provider authentication for web
applications. It was created to be powerful, flexible.
.
omniauth-auth0 is the omniauth strategy for Auth0.
|