Guard and Issuer of JWT to use in your Laravel Application
apantle/laravel-simple-jwt-auth is a Laravel package for guard and issuer of jwt to use in your laravel application.
It currently has 1 GitHub stars and 1.183 downloads on Packagist (latest version 0.2.5).
Install it with composer require apantle/laravel-simple-jwt-auth.
Discover more Laravel packages by apantle
or browse all Laravel packages to compare alternatives.
Last updated
This is a very simple implementation of JWT Guard configurable for any model and claims through config file.
You can install the package via composer:
composer require apantle/laravel-simple-jwt-auth
// Usage description here
composer test
Please see CHANGELOG for more information what has changed recently.
Please see CONTRIBUTING for details.
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
The MIT License (MIT). Please see License File for more information.
This package was generated using the Laravel Package Boilerplate.