Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/phpexpertsinc/jwthelper

Utility to aid with Tymon's JWTAuth
https://github.com/phpexpertsinc/jwthelper

Last synced: about 5 hours ago
JSON representation

Utility to aid with Tymon's JWTAuth

Awesome Lists containing this project

README

        

# 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

``` bash
$ composer require phpexperts/jwt-helper
```

## Testing

``` bash
$ phpunit
```

## Contributing

Please take a look at [contributing.md](contributing.md) if you want to make improvements.

## Credits

- [Theodore R. Smith](https://www.phpexperts.pro/])

## License

MIT license. Please see the [license file](license.md) for more information.