camelot-auth maintained by t4s
Description
Modular Authentication system supprting a number of authentication methods
Author
Last update
2015/12/16 18:03 (dev-camelot_2.0)
License
Downloads
913
Last update
2014/09/07 12:37
License
Require
- php >=5.3.0
- ircmaxell/password-compat 1.0.*
- illuminate/support 4.*
Last update
2014/09/07 12:37
License
Require
- php >=5.3.0
- ircmaxell/password-compat 1.0.*
- illuminate/support 4.x
- ass/xmlsecurity dev-master
Last update
2014/06/22 12:23
License
Require
- php >=5.3.0
- ircmaxell/password-compat 1.0.*
- illuminate/support 4.x
- ass/xmlsecurity dev-master
Last update
2014/06/17 14:02
License
Require
- php >=5.3.0
- ircmaxell/password-compat 1.0.*
- illuminate/support 4.x
- ass/xmlsecurity dev-master
Last update
2014/06/14 19:21
License
Require
- php >=5.3.0
- ircmaxell/password-compat 1.0.*
- illuminate/support 4.x
- ass/xmlsecurity dev-master
Last update
2014/06/10 13:38
License
Require
- php >=5.3.0
- ircmaxell/password-compat 1.0.*
- illuminate/support 4.*
Last update
2014/05/04 15:03
License
Require
- php >=5.3.0
- ircmaxell/password-compat 1.0.*
- illuminate/support 4.*
Last update
2014/03/30 15:08
License
Require
- php >=5.3.0
- ircmaxell/password-compat 1.0.*
- illuminate/support 4.x
Last update
2014/03/30 15:08
License
Require
- php >=5.3.0
- ircmaxell/password-compat 1.0.*
- illuminate/support 4.x
Last update
2014/03/30 10:30
License
Require
- php >=5.3.0
- ircmaxell/password-compat 1.0.*
- illuminate/support 4.0.x
comments powered by Disqus
Camelot auth is A Modular based Authentication library
Camelot-Auth is provided as a Composer package which can be installed by adding the package to your composer.json file:
{
"require": {
"t4s/camelot-auth": "1.0.*"
}
}
================== 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 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)
=================
- [Setting up an Oauth2 Provider] (https://github.com/taftse/camelot-auth/wiki/Setting-up-an-OAuth2-Provider)
=================
- [User Authentication] (https://github.com/taftse/camelot-auth/wiki/Authentication)
- [User Logout] (https://github.com/taftse/camelot-auth/wiki/Login)