centralapps/authentication

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

An abstract authentication framework

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

This package is not auto-updated.

Last update: 2024-04-13 11:51:11 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)