ronald-kimeli / Auth0-api-with-crud-operation

For your reference to learn more visit https://auth0.com/docs/quickstart/backend/laravel/01-authorization

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Auth0 implementation with laravel api

Having integrated auth0 api with laravel CRUD operation on books.

Auth0 Gives an interactive guidelines. after successful installation on

composer require Auth0/login 

Quickstarts on laravel API dashboard make it easy to integrate. It comes with vital default middleware to protect the routes.

You need to set permissions on api Permission settings to enable scope. Get authorization upon generation of the token in api Test

Run on

php artisan serve 

After successful run of our laravel application Try check this on the browser *http://localhost:8000/api/v1/books

About

For your reference to learn more visit https://auth0.com/docs/quickstart/backend/laravel/01-authorization


Languages

Language:PHP 83.1%Language:Blade 15.4%Language:Shell 0.9%Language:JavaScript 0.3%Language:SCSS 0.2%