ianmustafa / laravel-jwt
A Laravel 6 RESTful API skeleton with JWT authentication.
Installs: 6
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 1
Open Issues: 3
Type:project
Requires
- php: ^7.2
- fideloper/proxy: ^4.0
- laravel/framework: ^6.0
- laravel/tinker: ^1.0
- tymon/jwt-auth: ^1.0
Requires (Dev)
- facade/ignition: ^1.4
- fzaninotto/faker: ^1.4
- mockery/mockery: ^1.0
- nunomaduro/collision: ^3.0
- phpunit/phpunit: ^8.0
This package is auto-updated.
Last update: 2024-10-30 01:48:08 UTC
README
About Laravel JWT
Laravel JWT is a Laravel 6 RESTful API skeleton with JWT authentication, using the Laravel JWT package by Sean Tymon for the JWT implementation.
This app skeleton contains only the auth implementation: register, login, see authenticated user and logout. Being said, this app skeleton also contains simple test suite to test the API endpoints, that can be a good starting point for test-driven API development.
License
MIT.