Skip to content

Instantly share code, notes, and snippets.

View jmherzo's full-sized avatar
✌️
Hola!

Jesus Manuel Hernandez Zozaya jmherzo

✌️
Hola!
View GitHub Profile
@jmherzo
jmherzo / Laravel-oauth2.md
Last active May 20, 2023 17:06
This tutorial will show how to implement and configure the system to receive and respond to an API call from clients using tokenization. Technologies: Laravel + Passport

Restful API server with Oauth2 (Laravel + Passport)

This tutorial will show how to implement and configure a restful API service to receive and respond to an API call using tokenization and the Oauth2.0 flow.

Requirements

Software Version
PHP >= 7.1.0
Composer >= 1.6.3