phpexperts/jwt-helper

An accessory library for Tymon's JWTAuth library.

v0.7.0 2020-12-21 01:22 UTC

This package is auto-updated.

Last update: 2024-04-21 08:58:09 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.