Download the PHP package t4s/camelot-auth without Composer
On this page you can find all versions of the php package t4s/camelot-auth. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download t4s/camelot-auth
More information about t4s/camelot-auth
Files in t4s/camelot-auth
Package camelot-auth
Short Description Modular Authentication system supprting a number of authentication methods
License BSD-3-Clause
Homepage https://github.com/taftse/camelot-auth/
Informations about the package camelot-auth
Camelot-Auth
============
Camelot auth is A Modular based Authentication library
Installation
Camelot-Auth is provided as a Composer package which can be installed by adding the package to your composer.json file:
Currently Supported Authentication Protocols
================== Camelot Auth (will) support the following authentication protocols
- Local(form) authentication
- Oauth V1 Authentication
- Twitter (complete)
-
Oauth V2 Authentication
- Facebook (complete)
- Google (G+, YouTube, etc) (complete)
- GitHub (complete)
- Windows Live (complete)
- Foursquare (complete)
- LinkedIn (complete)
- Oauth V2 Server Authentication
- SAML V2 Authentication
- LDAP (ActiveDirectory)
- OpenID
- Yubii Key
because of the driver based design additional authentication protocols can be easily added
installation
=================
Installation of Camelot-Auth is quite simple. but just in case we have created a number of tutorials to help you get Camelot-Auth up and running in no time
- [Laravel 4 Installation] (https://github.com/taftse/camelot-auth/wiki/Laravel-4-Installation)
- [Native Installation] (https://github.com/taftse/camelot-auth/wiki/Native-Instalation)
Driver Setup
=================
- [Setting up an Oauth2 Provider] (https://github.com/taftse/camelot-auth/wiki/Setting-up-an-OAuth2-Provider)
Usage
=================
- [User Authentication] (https://github.com/taftse/camelot-auth/wiki/Authentication)
- [User Logout] (https://github.com/taftse/camelot-auth/wiki/Login)
All versions of camelot-auth with dependencies
ircmaxell/password-compat Version 1.0.*
illuminate/support Version 4.x
ass/xmlsecurity Version dev-master