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

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

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