You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Support for handling php login using any Oauth service you require.
* Interface for User and Session with it's respective services interface.
* Abstract classes for getting user-details from the OauthServiceProvider
* Strategy interface for implementing any oauth strategy.
* Default implementation for Oauth strategy where you can just pass the required url's and credentials for creating an oauth-strategy
"description": "An authentication framework which lets you to configure any type of authentication using OAuth (includes login with Google, Facebook, Github etc.) all with user management in your control.",
0 commit comments