How to Install and Uninstall perl-Dancer2-Plugin-Auth-Extensible Package on openSuSE Tumbleweed

Last updated: May 18,2024

1. Install "perl-Dancer2-Plugin-Auth-Extensible" package

Please follow the step by step instructions below to install perl-Dancer2-Plugin-Auth-Extensible on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install perl-Dancer2-Plugin-Auth-Extensible

2. Uninstall "perl-Dancer2-Plugin-Auth-Extensible" package

Please follow the instructions below to uninstall perl-Dancer2-Plugin-Auth-Extensible on openSuSE Tumbleweed:

$ sudo zypper remove perl-Dancer2-Plugin-Auth-Extensible

3. Information about the perl-Dancer2-Plugin-Auth-Extensible package on openSuSE Tumbleweed

Information for package perl-Dancer2-Plugin-Auth-Extensible:
------------------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-Dancer2-Plugin-Auth-Extensible
Version : 0.710-1.13
Arch : noarch
Vendor : openSUSE
Installed Size : 240.7 KiB
Installed : No
Status : not installed
Source package : perl-Dancer2-Plugin-Auth-Extensible-0.710-1.13.src
Upstream URL : https://metacpan.org/release/Dancer2-Plugin-Auth-Extensible
Summary : Extensible authentication framework for Dancer2 apps
Description :
A user authentication and authorisation framework plugin for Dancer2 apps.
Makes it easy to require a user to be logged in to access certain routes,
provides role-based access control, and supports various authentication
methods/sources (config file, database, Unix system users, etc).
Designed to support multiple authentication realms and to be as extensible
as possible, and to make secure password handling easy. The base class for
auth providers makes handling 'RFC2307'-style hashed passwords really
simple, so you have no excuse for storing plain-text passwords. A simple
script called *dancer2-generate-crypted-password* to generate RFC2307-style
hashed passwords is included, or you can use Crypt::SaltedHash yourself to
do so, or use the 'slappasswd' utility if you have it installed.