Skip to content

Instantly share code, notes, and snippets.

View jenky's full-sized avatar
✈️
fly away!

Lynh jenky

✈️
fly away!
  • 21.0228148,105.7957639
View GitHub Profile
@jenky
jenky / result.json
Created February 27, 2022 08:26
Company Tree
[
{
"id": "uuid-1",
"name": "Webprovise Corp",
"cost": 42389,
"children": [
{
"id": "uuid-2",
"name": "Stamm LLC",
"cost": 2587,
@jenky
jenky / PassportAuthenticator.php
Created May 11, 2022 12:49
Laravel Compass Passport authenticator
<?php
namespace App\Support;
use Davidhsianturi\Compass\Authenticators\CredentialResult;
use Davidhsianturi\Compass\Authenticators\UserProvider;
use Davidhsianturi\Compass\Contracts\AuthenticatorRepository;
use Illuminate\Support\Arr;
use Illuminate\Support\Facades\Cache;