I'm trying to find information on creating a custom authentication driver in Laravel 5, but haven't had much luck wrapping my head around it.
The authentication should be simple, we will be making an oauth2 request to a webservice, and the webservice will return the user login status. Using this, I want to create a session for the user or return that the credentials they provided are invalid.
What's the best way to get started with this? Thanks for the help in advance!
Alix
Hope this helps, if not doesn't hurt to look:
https://laracasts.com/forum/?p=470-laravel-with-oauth-please/0
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community