Is there any OpenID implementation on Laravel ? (Provider and Consumer)
What I'm trying to do is having One CoreApp acting like an OpenID Provider, and the otherApps as OpenID Consumers so the user can choose between :
I see that oAuth (1 & 2) are meant too for this usage ? any Laravel tutorial/howto ?
Due to the beta stage of L4 (Beta1), I guess I'm good to go with L3 for production ?
I'm fairly new to Laravel, Still in the RTFM level :)
Check out HybridAuth. It's framework agnostic and integrates may OAuth and OAuth 2.0 providers.
Here is a basic example on how to implement into Laravel 4: http://www.mrcasual.com/on/coding/laravel4-package-management-with-composer/