sm-alfariz/lumen52-with-jwt
| Install | |
|---|---|
composer require sm-alfariz/lumen52-with-jwt |
|
| Latest Version: | 1.0.0 |
| PHP: | >=5.5.9 |
| License: | MIT |
| Last Updated: | Aug 28, 2016 |
| Links: | GitHub · Packagist |
#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
Related Packages
A set of model related utility and convenience classes for a Lumen microservice.
A set of core functionality and convenience classes for a Lumen microservice.