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

Installs: 1 366

Dependents: 0

Suggesters: 0

Security: 0

Stars: 3

Watchers: 1

Forks: 1

Open Issues: 0

pkg:composer/pierrocknroll/jwt-auth-firebase

1.0.0 2018-01-03 16:20 UTC

This package is not auto-updated.

Last update: 2025-09-28 09:40:28 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,