Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/phpexpertsinc/jwthelper
- Owner: PHPExpertsInc
- License: mit
- Created: 2019-10-07T08:08:18.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-12-21T01:24:05.000Z (almost 4 years ago)
- Last Synced: 2024-07-29T22:09:36.581Z (4 months ago)
- Language: PHP
- Size: 17.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: contributing.md
- License: LICENSE
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.