Set session attribute on login
Hello, how can I customize that after a successful login I could set a session attribute?
3 Replies
Looks like you want to follow this guide
create a new page that extends
Filament\Pages\Auth\Login
I think you'll need to define a method public function authenticate(): ?LoginResponse