Download the PHP package little-apps/littlejwt without Composer
On this page you can find all versions of the php package little-apps/littlejwt. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download little-apps/littlejwt
More information about little-apps/littlejwt
Files in little-apps/littlejwt
Package littlejwt
Short Description Secure Your Laravel Web App with Little JWT - The Key to Effortless Token Management!
License MIT
Homepage https://getlittlejwt.com
Informations about the package littlejwt
Secure Your Laravel Web App with Little JWT - The Key to Effortless Token Management!
Show Your Support
Little Apps relies on people like you to keep our software running. If you would like to show your support for Little Registry Cleaner, then you can make a donation using PayPal, Payza or credit card (via Stripe). Please note that any amount helps (even just $1).
Requirements
- PHP v8.1 or higher
- Laravel 10.x or 11.x
Installation
Install the package via composer:
Publish the config file with:
Generate a secret phrase for building and validating JWTs:
Information on generating different types of keys can be found in the documentation.
Upgrading
IMPORTANT: Before continuing, please note v2.0 is still in beta and is not recommended for production systems.
Create a backup of the config file:
Upgrade the package via composer:
Publish the new config file (overwriting the existing config file):
You will need to manually set the config file to match the old config file.
Usage
Building JWTs
Validating JWTs
Further Documentation
Further documentation is located at docs.getlittlejwt.com.
Testing
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
Libraries
Little JWT is built using the following libraries:
Contributors
Thank you to the following for their contributions:
- Little Apps
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of littlejwt with dependencies
illuminate/contracts Version ^10.0||^11.0
spatie/laravel-package-tools Version ^1.16
web-token/jwt-library Version ^3.3