Set session attribute on login

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

Did you find this page helpful?