Skip to content

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

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages