matiasnamendola / slimpower-jwt-auth
JSON Web Token Authentication Middleware for SlimPower Framework
v0.0.1-alpha
2016-12-07 17:13 UTC
Requires
- php: >=5.3.0
- matiasnamendola/slimpower-auth-core: master-dev
- matiasnamendola/slimpower-jwt: master-dev
- matiasnamendola/slimpower-slim: master-dev
- psr/log: ~1.0
This package is not auto-updated.
Last update: 2024-11-23 18:49:52 UTC
README
JSON Web Token Authorization Middleware for SlimPower Framework
Installation
In terminal:
composer require matiasnamendola/slimpower-jwt-auth
Or you can add use this as your composer.json:
{ "require": { "matiasnamendola/slimpower-jwt-auth": "dev-master" } }
Credits
License
The MIT License (MIT). Please see License File for more information.