Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ronald-kimeli/auth0-api-with-crud-operation
- Owner: ronald-kimeli
- Created: 2022-08-24T11:24:01.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-08-24T11:48:07.000Z (over 2 years ago)
- Last Synced: 2023-08-07T10:57:44.315Z (over 1 year ago)
- Language: PHP
- Size: 86.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 TestRun on
```
php artisan serve
```
After successful run of our laravel application
Try check this on the browser
*http://localhost:8000/api/v1/books