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

1.0.0 2018-01-03 16:20 UTC

This package is not auto-updated.

Last update: 2024-04-28 03:03:42 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,