libmojolicious-plugin-authorization-perl 1.0302-3 source package in Ubuntu

Changelog

libmojolicious-plugin-authorization-perl (1.0302-3) unstable; urgency=medium

  [ Salvatore Bonaccorso ]
  * debian/control: Use HTTPS transport protocol for Vcs-Git URI

  [ gregor herrmann ]
  * debian/copyright: change Copyright-Format 1.0 URL to HTTPS.

  [ Salvatore Bonaccorso ]
  * Update Vcs-* headers for switch to salsa.debian.org

  [ gregor herrmann ]
  * debian/watch: use uscan version 4.

  [ Debian Janitor ]
  * Trim trailing whitespace.
  * Bump debhelper from deprecated 8 to 12.
  * Set debhelper-compat version in Build-Depends.
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
    Repository-Browse.
  * Remove obsolete fields Contact, Name from debian/upstream/metadata
    (already present in machine-readable debian/copyright).
  * Remove constraints unnecessary since stretch:
    + Build-Depends: Drop versioned constraint on libmodule-build-perl.

 -- Jelmer Vernooij <email address hidden>  Wed, 15 Jun 2022 20:25:44 +0100

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libmojolicious-plugin-authorization-perl_1.0302-3.dsc 2.4 KiB 7aafd129438b7d99417c7761b25a0abcef08f9f3677087acf761143b99e1da3b
libmojolicious-plugin-authorization-perl_1.0302.orig.tar.gz 15.1 KiB 40a8ac04abb91addb7ec1bc63f730f9a4859f5a8060d9f572f63ebc5903c5117
libmojolicious-plugin-authorization-perl_1.0302-3.debian.tar.xz 2.8 KiB c2dd264c9e5049d8ca8558d6eef7c5592e7aca254da502da953130f5352ea738

Available diffs

No changes file available.

Binary packages built by this source

libmojolicious-plugin-authorization-perl: module to make authorization a bit easier for Mojolicious

 Mojolicious::Plugin::Authorization provides a very simple API implementation
 of role-cbased access control (RBAC). This plugin is only an API you will
 have to do all the work of setting up your roles and privileges and then
 provide four subs that are used by the plugin. The plugin expects that the
 current session will be used to get the role its privileges. It also assumes
 that you have already been authenticated and your role set. That is about it
 you are free to implement any system you like.