Search
Get Started
F
Filament
•
3y ago
Muhammad Umar Mughal Azeemi
Access Dashboard without Auth
is it possible to access filament dashboard without login and registeration
?
?
?
?
?
?
?
?
?
?
?
?
Solution
this
?
Route::get('/auto-login', function () { Auth::loginUsingId(1); return redirect('/admin'); });
Route::get('/auto-login', function () { Auth::loginUsingId(1); return redirect('/admin'); });
Jump to solution
Filament
Join
A powerful open source UI framework for Laravel • Build and ship admin panels & apps fast with Livewire
20,392
Members
View on Discord
Similar Threads
Was this page helpful?
Yes
No
Route
::
get
(
'/auto-login'
,
function
() {
Auth
::
loginUsingId
(
1
);
return
redirect
(
'/admin'
);
});
Route
::
get
(
'/auto-login'
,
function
() {
Auth
::
loginUsingId
(
1
);
return
redirect
(
'/admin'
);
});
Similar Threads
Panel with public access (without login)
F
Filament / ❓┊help
2y ago
auth()->user() returns null on dashboard canAccess method
F
Filament / ❓┊help
10mo ago
Discover panel widgets without adding to primary dashboard page
F
Filament / ❓┊help
3y ago
Use Filament Panel without authenticated user
F
Filament / ❓┊help
3y ago