Replies: 1 comment
-
Since this is not an officially supported integration, I think I will convert this into a discussion. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Package
filament/filament
Package Version
v3.2.0
Laravel Version
v11.9
Livewire Version
No response
PHP Version
8.2
Problem description
I'm facing an issue while integrating Auth0 with FilamentPHP in my Laravel application. I've followed the Auth0 Laravel documentation to set up authentication. However, when attempting to access the Filament admin panel (/admin route), I'm caught in a redirect loop between the /admin and /login routes.
Expected behavior
The user should be authenticated via Auth0 and redirected to the FilamentPHP admin panel.
Steps to reproduce
Steps to Reproduce:
Set up a Laravel project with FilamentPHP.
Follow the Auth0 Laravel guide to integrate Auth0.
Attempt to access the FilamentPHP admin panel.
auth.php (Laravel Configuration):
UserRepository.php:
AdminPanelProvider.php:
Reproduction repository (issue will be closed if this is not valid)
https://github.com/abdulmlik/FilamentPHP-auth0
Relevant log output
No response
Donate 💰 to fund this issue
Beta Was this translation helpful? Give feedback.
All reactions