syedali7 / oauth2-slave-laravel by syedali7

An OAuth 2.0 bridge for Laravel and Lumen
15
0
2
Package Data
Maintainer Username: syedali7
Maintainer Contact: syedali0111@gmail.com (Syed Ali)
Package Create Date: 2018-01-11
Package Last Update: 2018-01-16
Language: PHP
License: MIT
Last Refreshed: 2024-04-26 03:14:57
Package Statistics
Total Downloads: 15
Monthly Downloads: 0
Daily Downloads: 0
Total Stars: 0
Total Watchers: 2
Total Forks: 0
Total Open Issues: 0

Documentation

This wiki will guide you through all the things you need to successfully integrate an OAuth 2.0 compliant server into your Laravel applications. Let's begin!

Getting Started

  1. Introduction
  2. Terminology
  3. Laravel 4 Installation
  4. Laravel 5 Installation
  5. Lumen Installation
  6. Configuration
  7. Middlewares
  8. Apache ModRewrite

Authorization Server

  1. Choosing a Grant
  2. Implementing an Authorization Server
    1. With the Client Credentials Grant
    2. With the Password Grant
    3. With the Auth Code Grant
    4. With the Refresh Token Grant
  3. Extending the server
    1. Using a different storage
    2. Creating your own grant type

Resource Server

  1. Securing your API endpoints 2. Defining scopes 3. Checking the access token 4. Checking the scopes

Articles & Resources

Contributing

We welcome any pull request to improve the documentation. Please see our contributing guidelines.

License

The Laravel OAuth 2.0 package is released under the MIT License.