phpexperts / jwt-helper
An accessory library for Tymon's JWTAuth library.
v0.7.0
2020-12-21 01:22 UTC
Requires
- php: >=7.0
- illuminate/support: >=5.2
- tymon/jwt-auth: 1.0.*
Requires (Dev)
- mockery/mockery: ^1.1
- phpunit/phpunit: 7.*|8.*
- sempro/phpunit-pretty-print: ^1.0
This package is auto-updated.
Last update: 2024-10-21 10:01:00 UTC
README
JWTHelper is an accessory library for Tymon's JWTAuth library.
Usage
// Attempts to authenticate a user's bearer token.
JWTHelper::authenticate();
Installation
Via Composer
$ composer require phpexperts/jwt-helper
Testing
$ phpunit
Contributing
Please take a look at contributing.md if you want to make improvements.
Credits
License
MIT license. Please see the license file for more information.