Skip to content

Instantly share code, notes, and snippets.

View rochaeterno's full-sized avatar

Roberto Dutra rochaeterno

  • Brasil, Fortaleza - CE
View GitHub Profile
@rochaeterno
rochaeterno / FirebaseToken.php
Created July 4, 2023 16:40
Some changes to avosalmon/FirebaseToken.php
<?php
namespace App\Services\Authentication;
use UnexpectedValueException;
use Firebase\JWT\JWT;
use Firebase\JWT\Key;
use Illuminate\Support\Facades\Cache;
use Illuminate\Support\Facades\Http;
use Illuminate\Support\Str;