Skip to content

Latest commit

 

History

History
36 lines (20 loc) · 561 Bytes

README.md

File metadata and controls

36 lines (20 loc) · 561 Bytes

JWTHelper

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.