How to integrate OAuth2 into our Laravel application with oauth2-server-laravel
James McFadden wrote a nice tutorial on how to use OAuth2 with Laravel applications.
If you’re looking to integrate OAuth2 principles into your Laravel 4/5 application, the oauth2-server-laravel package is a really nice way to do so. It supports multiple grants out of the box, including:
Authorization Code Grant
Implicit Grant
Resource Owner Password Credentials Grant
Client Credentials Grant
Refresh Token Grant
Link:
This post is submitted by our members. Submit a new post.
Tags: Tutorials Laravel 5 Laravel 5.1 Intermediate Laravel 5.2 v4.x v4.1 v4.2