Disable authentication
how can disable authentication for Dashboard ? Or change to another Logan method ?
3 Replies
You can change the auth guard in the config file. Or replace the Login component altogether.
But you cannot disable authentication as Filament requires a logged in user
A way I did it for a client, was to have a 'Guest' user with no permisisons but what I wanted public and auto-log them in