Skip to content

Guard and Issuer of JWT to use in your Laravel Application

License

Notifications You must be signed in to change notification settings

apantle/laravel-simple-jwt-auth

Repository files navigation

Guard and Issuer of JWT to use in your Laravel Application

Latest Version on Packagist Build Status Maintainability Test Coverage Total Downloads

This is a very simple implementation of JWT Guard configurable for any model and claims through config file.

Installation

You can install the package via composer:

composer require apantle/laravel-simple-jwt-auth

Usage

// Usage description here

Testing

composer test

Changelog

Please see CHANGELOG for more information what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security

If you discover any security related issues, please email [email protected] instead of using the issue tracker.

Credits

License

The MIT License (MIT). Please see License File for more information.

Laravel Package Boilerplate

This package was generated using the Laravel Package Boilerplate.