Kravock
Kravock
FFilament
Created by Kravock on 6/18/2024 in #❓┊help
Use session for multi-tenancy current tenant
Is there a way to use session instead of a route parameter to identify the current tenant?
1 replies
FFilament
Created by Kravock on 1/23/2024 in #❓┊help
Combination of authenticated/unauthenticated routes in a panel
G'day Just wondering if filamentv3 has a way to allow a panel to have some pages that require authentication, and some that don't. I've seen in the docs you can remove auth from a panel completely, but I am wanting to have some pages where authentication is required. If that page is visited and there is no logged in user, it should redirect them to login. I've tried using canAccess method on the page, which kinda works as it gives a 403 response, but I was hoping to be able to redirect to login instead.
3 replies