pierrocknroll / jwt-auth-firebase
There is no license information available for the latest version (1.0.0) of this package.
Replace jose (who is depracated) with firebase provider in jwt-auth
Package info
github.com/pierrocknroll/jwt-auth-firebase
pkg:composer/pierrocknroll/jwt-auth-firebase
1.0.0
2018-01-03 16:20 UTC
Requires
- php: ^7.0
- firebase/php-jwt: ^5.0
This package is not auto-updated.
Last update: 2026-03-29 12:08:10 UTC
README
Replace jose (who is depracated) with firebase provider in jwt-auth
Installation
- First, install me with composer in your Laravel project :
composer require "pierrocknroll/jwt-auth-firebase @dev"
- Then change the config file of jwt-auth (config/jwt.php), under providers :
'jwt' => Pierrocknroll\JwtAuthFirebase\Firebase::class,