centralapps/authentication

There is no license information available for the latest version (v1.1.0) of this package.

An abstract authentication framework

Installs: 647

Dependents: 4

Suggesters: 0

Security: 0

Stars: 3

Watchers: 1

Forks: 2

Open Issues: 0

pkg:composer/centralapps/authentication

v1.1.0 2014-06-09 09:51 UTC

This package is not auto-updated.

Last update: 2025-09-27 19:22:07 UTC


README

Build Status Total Downloads

An abstract authentication component, designed to work with a range of providers. Included providers:

  • Username & Password (e.g. POST data) provider
  • SESSION (persisting logins)
  • COOKIE (persisting logins accross sessions)