Schema::RDBMS::AUS

Authentication, Users and Sessions in an SQL schema
Download

Schema::RDBMS::AUS Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Tyler MacDonald
  • Publisher web site:
  • http://search.cpan.org/~crakrjack/

Schema::RDBMS::AUS Tags


Schema::RDBMS::AUS Description

Authentication, Users and Sessions in an SQL schema Schema::RDBMS::AUS is a Perl module with authentication, users and sessions in an SQL schema.SYNOPSIS $ migrate-database-schema --dsn DBI:Pg: --verbose Schema::RDBMS::AUSNote: This is an alpha release. The interface is somewhat stable and well-tested, but other changes may come as I work in implementing this on my website.The Schema::RDBMS::AUS distribution provides a complete transactional, mid-level interface to users, groups, and sessions, including:* SQL schema defining users, sessions, groups, permissions, and a security log* A rich user object and user management script* A CGI::Session subclass (CGI::Session::AUS) for session management* Sessions are serialized in a MySQL or PostgreSQL database, using YAML, a data serailization language that is easily read both by humans and most popular programming languages.This package only supplies an API for the management of users and sessions, it does not integrate them with any particular user interface.If you are developing a web application that needs authentication, users, and sessions, see Apache2::AUS. Apache2::AUS provides a mod_perl2 handler over top of Schema::RDBMS::AUS that manages users and sessions, which can then be used by other mod_perl2 modules, CGI scripts, or even PHP/Ruby/Python. Requirements: · Perl


Schema::RDBMS::AUS Related Software