Download the PHP package fidelize/jwt-auth-multiple-keys without Composer
On this page you can find all versions of the php package fidelize/jwt-auth-multiple-keys. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download fidelize/jwt-auth-multiple-keys
More information about fidelize/jwt-auth-multiple-keys
Files in fidelize/jwt-auth-multiple-keys
Download fidelize/jwt-auth-multiple-keys
More information about fidelize/jwt-auth-multiple-keys
Files in fidelize/jwt-auth-multiple-keys
Vendor fidelize
Package jwt-auth-multiple-keys
Short Description Add multiple keychain support to tymon/jwt-auth package
License MIT
Homepage https://github.com/fidelize/jwt-auth-multiple-keys
Package jwt-auth-multiple-keys
Short Description Add multiple keychain support to tymon/jwt-auth package
License MIT
Homepage https://github.com/fidelize/jwt-auth-multiple-keys
Please rate this library. Is it a good library?
Informations about the package jwt-auth-multiple-keys
JWT Auth with Multiple Keys
This is an extension of tymon/jwt-auth, adding support to:
- Replace deprecated
namshi/jose
withlcobucci/jwt
- JWT with key pairs instead of a secret
- Validate a JWT against multiple public keys
- Use JWT secret as a fallback
Installing
Firstly, you must install tymon/jwt-auth.
Add this package through Composer: composer require "fidelize/jwt-auth-multiple-keys"
Edit your config/jwt.php
file adding/editing these lines:
Warning
Keys must follow the pattern name key.*.key
and key.*.key.pub
TODO List
- [ ] Support different name patterns
- [ ] Add command to generate keys
All versions of jwt-auth-multiple-keys with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.0
laravel/framework Version >=5.0
php-open-source-saver/jwt-auth Version ^2.1
laravel/framework Version >=5.0
php-open-source-saver/jwt-auth Version ^2.1
The package fidelize/jwt-auth-multiple-keys contains the following files
Loading the files please wait ....