Download the PHP package pakpak/jwt-auth without Composer
On this page you can find all versions of the php package pakpak/jwt-auth. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download pakpak/jwt-auth
More information about pakpak/jwt-auth
Files in pakpak/jwt-auth
Download pakpak/jwt-auth
More information about pakpak/jwt-auth
Files in pakpak/jwt-auth
Vendor pakpak
Package jwt-auth
Short Description Biblioteca PHP para a manipulação de JWT
License MIT
Package jwt-auth
Short Description Biblioteca PHP para a manipulação de JWT
License MIT
Please rate this library. Is it a good library?
Informations about the package jwt-auth
Jwt-Auth
A PHP library for JWT manipulation using native PHP.
Installation
Jwt-Auth is avaliable via Composer
or via terminal:
Documentation
-
To use JwtAuth in your code
-
Creating a JWT:
-
Creating a JWT from a token
-
Recovering data:
-
Creating a header using JwtFunctions: ``
-
Creating a Payload: ``
JwtException
- Error codes:
Code | Message |
---|---|
1 | "Header cannot be empty" |
2 | "Payload cannot be empty" |
3 | "Secret Key cannot be empty" |
4 | "Sign cannot be empty" |
5 | "Invalid Token" |
All versions of jwt-auth with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.3
ext-json Version *
ext-json Version *
The package pakpak/jwt-auth contains the following files
Loading the files please wait ....