Different Auth Guard
I've been trying to integrate Filament with Auth0.
I am using Auth0 Laravel SDK: https://github.com/auth0/laravel-auth0
And I did setup my auth.php:
Guard
Provider
config/filament.php
And I tweaked the login logic a little bit. However, the problem now is the return type from the
I am using Auth0 Laravel SDK: https://github.com/auth0/laravel-auth0
And I did setup my auth.php:
Guard
Provider
config/filament.php
And I tweaked the login logic a little bit. However, the problem now is the return type from the
Filament::auth() should be Illuminate\Contracts\Auth\Guard But Auth0 SDK returns Auth0\Laravel\Auth\Guard. Has anybody tried to switch the authentication logic to a tool like Auth0?


GitHub
Laravel SDK for Auth0 Authentication and Management APIs. - GitHub - auth0/laravel-auth0: Laravel SDK for Auth0 Authentication and Management APIs.