Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ronald-kimeli/auth0-api-with-crud-operation

For your reference to learn more visit https://auth0.com/docs/quickstart/backend/laravel/01-authorization
https://github.com/ronald-kimeli/auth0-api-with-crud-operation

Last synced: about 1 month ago
JSON representation

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

Awesome Lists containing this project

README

        

## 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