Skip to content

Instantly share code, notes, and snippets.

View minhloc2011's full-sized avatar
🎯
Focusing

Lộc minhloc2011

🎯
Focusing
View GitHub Profile
@onamfc
onamfc / AccessToken.php
Last active June 1, 2023 20:18
Add Custom Claims to Passport 8 / Laravel 6
<?php
namespace App\Passport;
use App\User;
use Lcobucci\JWT\Builder;
use Lcobucci\JWT\Signer\Key;
use League\OAuth2\Server\CryptKey;
use Lcobucci\JWT\Signer\Rsa\Sha256;
use Laravel\Passport\Bridge\AccessToken as BaseToken;