Download the PHP package ruvents/spiral-jwt without Composer
On this page you can find all versions of the php package ruvents/spiral-jwt. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package spiral-jwt
Spiral JWT
This package implements authorization with
JWT tokens in Spiral applications.
firebase/php-jwt
is used for JWT-related work, reference its documentation
for list of supported algorithms.
Installation
Then add JwtAuthBootloader
to your App.php
:
Configuration
Default configuration is following:
Copy it and put to your configuration directory into jwt.php
file:
app/config/jwt.php
.
You must supply key
for encryption and decryption.
Symmetric encryption:
Asymmetric encryption:
All versions of spiral-jwt with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.0
spiral/framework Version ^2.8
firebase/php-jwt Version ^6.0
psr/http-message Version ^1.0.1
spiral/framework Version ^2.8
firebase/php-jwt Version ^6.0
psr/http-message Version ^1.0.1
The package ruvents/spiral-jwt contains the following files
Loading the files please wait ....