File: control

package info (click to toggle)
libmojolicious-plugin-oauth2-perl 1.59-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 188 kB
  • sloc: perl: 224; makefile: 2
file content (29 lines) | stat: -rw-r--r-- 1,239 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
Source: libmojolicious-plugin-oauth2-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Frédéric Bonnard <frediz@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13)
Build-Depends-Indep: libio-socket-ssl-perl <!nocheck>,
                     libmojolicious-perl <!nocheck>,
                     perl
Standards-Version: 4.5.1
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libmojolicious-plugin-oauth2-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libmojolicious-plugin-oauth2-perl.git
Homepage: https://metacpan.org/release/Mojolicious-Plugin-OAuth2
Rules-Requires-Root: no

Package: libmojolicious-plugin-oauth2-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libio-socket-ssl-perl,
         libmojolicious-perl
Description: Auth against OAuth2 APIs
 Mojolicious::Plugin::OAuth2 allows you to easily authenticate against a
 OAuth2 provider. It includes configurations for a few popular providers,
 but you can add your own easily as well.
 .
 Note that OAuth2 requires https, so you need to have the optional
 Mojolicious dependency required to support it.