The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "dist:WWW-Suffit-AuthDB ABALAMA"

WWW::Suffit::AuthDB - Suffit Authorization Database River stage zero No dependents

Suffit Authorization Database new my $authdb = WWW::Suffit::AuthDB->new( dsuri => "sqlite:///tmp/auth.db?sqlite_unicode=1", file => "/tmp/authdb.json" ); die $authdb->error if $authdb->error; Create new AuthDB object access $authdb->access( controlle...

ABALAMA/WWW-Suffit-AuthDB-1.00 - 12 Dec 2023 14:53:32 UTC

WWW::Suffit::AuthDB::Group - WWW::Suffit::AuthDB group class River stage zero No dependents

This module provides AuthDB group methods is_valid Check the group object mark Marks object as cached...

ABALAMA/WWW-Suffit-AuthDB-1.00 - 12 Dec 2023 14:53:32 UTC

WWW::Suffit::AuthDB::User - WWW::Suffit::AuthDB user class River stage zero No dependents

This module provides AuthDB user methods allow_ext say "yes" if $user->allow_ext; Returns true if user has access to external routes allow_int say "yes" if $user->allow_int; Returns true if user has access to internal routes forever say "yes" if $use...

ABALAMA/WWW-Suffit-AuthDB-1.00 - 12 Dec 2023 14:53:32 UTC

WWW::Suffit::AuthDB::Realm - WWW::Suffit::AuthDB realm class River stage zero No dependents

This module provides AuthDB realm methods is_valid Check the realm object mark Marks object as cached...

ABALAMA/WWW-Suffit-AuthDB-1.00 - 12 Dec 2023 14:53:32 UTC

WWW::Suffit::AuthDB::Model - WWW::Suffit::AuthDB model (store) class River stage zero No dependents

This module provides model methods SQLITE DDL CREATE TABLE IF NOT EXISTS "users" ( "id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT UNIQUE, "username" CHAR(64) NOT NULL UNIQUE, -- User name "name" CHAR(255) DEFAULT NULL, -- Full user name "email" CHAR...

ABALAMA/WWW-Suffit-AuthDB-1.00 - 12 Dec 2023 14:53:32 UTC
5 results (0.033 seconds)