Download the PHP package lapix/simple-jwt-laravel without Composer
On this page you can find all versions of the php package lapix/simple-jwt-laravel. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download lapix/simple-jwt-laravel
More information about lapix/simple-jwt-laravel
Files in lapix/simple-jwt-laravel
Download lapix/simple-jwt-laravel
More information about lapix/simple-jwt-laravel
Files in lapix/simple-jwt-laravel
Vendor lapix
Package simple-jwt-laravel
Short Description Package to handling the JWT Authentication with Laravel and SimplJWT
License
Package simple-jwt-laravel
Short Description Package to handling the JWT Authentication with Laravel and SimplJWT
License
Please rate this library. Is it a good library?
Informations about the package simple-jwt-laravel
Simple JWT Laravel
Installation
You should implements the following interface and bind it.
-
First, publish the package asserts: Configuration and Service Provider.
- You should implement the following interfaces:
Lapix\SimpleJwt\SubjectRepository
Lapix\SimpleJwt\ClaimsHandler
-
Add the service provider to the file
/config/app.php
. -
Generate a new key pair using the command
php artisan simple-jwt:keys
and add the following environment variables:- JWT_PRIVATE_KEYS: Private key.
- JWT_PUBLIC_KEYS: Public key.
- JWT_IDS: An arbitrary value, it used to identify the key.
- Change the configuration in the file
config/simple-jwt.php
as you want.
All versions of simple-jwt-laravel with dependencies
PHP Build Version
Package Version
The package lapix/simple-jwt-laravel contains the following files
Loading the files please wait ....