Skip to content

CentralApps/Authentication

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

80 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Authentication component

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)