https://github.com/ochieng424/laravel-api-boilerplate
https://github.com/ochieng424/laravel-api-boilerplate
jwt-authentication laravel laravel-api-boilerplate laravel-cors laravel-middleware
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ochieng424/laravel-api-boilerplate
- Owner: Ochieng424
- Created: 2020-02-05T17:53:45.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-02-02T11:04:24.000Z (over 2 years ago)
- Last Synced: 2025-01-14T22:47:49.430Z (6 months ago)
- Topics: jwt-authentication, laravel, laravel-api-boilerplate, laravel-cors, laravel-middleware
- Language: PHP
- Size: 197 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Laravel API Boilerplate using JWT
A quick starting point to api development.
### Build on top of:
- [Laravel framework](https://laravel.com/)
- [JWT-auth](https://jwt-auth.readthedocs.io/en/develop/)
- [laravel-cors](https://github.com/fruitcake/laravel-cors)#### Endpoints:
- Login - api/v1/auth/login
- Register - api/v1/auth/register
- Logout - api/v1/auth/logout
- User - api/v1/auth/user