sm-alfariz / lumen52-with-jwt
Lumen micro-framework by Laravel with jwt integration ready and free for use
Installs: 10
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 1
Forks: 0
Open Issues: 0
Type:project
Requires
- php: >=5.5.9
- illuminate/routing: ^5.2
- laravel/lumen-framework: 5.2.*
- tymon/jwt-auth: 1.0.*@dev
- vlucas/phpdotenv: ~2.2
Requires (Dev)
- mockery/mockery: ~0.9
- phpunit/phpunit: ~4.0
This package is not auto-updated.
Last update: 2024-11-04 13:50:19 UTC
README
#Lumen + Jwt
#Instalation composer create-project --prefer-dist sm-alfariz/lumen52-with-jwt project-dir or by clone git git clone https://github.com/sm-alfariz/lumen52-with-jwt.git
I Wass add JSON Web Token Authentication.
php artisan ready for jwt:secret Set the JWTAuth secret key used to sign the tokens
Official Documentation
Documentation for the framework can be found on the Lumen website. Documentation for JSON Web Token Authentication can be found on the JSON Web Token Authentication.
I Wass add JSON Web Token Authentication.
php artisan ready for jwt:secret Set the JWTAuth secret key used to sign the tokens