How to create login sessions after admin login
Before incorporating Filament my current project had a Login method that created different session so that they'd be in use in the entire application
Naturally, filament has it's own admin Login, and by default, it lacks these features
How would I recreate these sessions on Admin login?
1 Reply
Just provide your own custom auth middleware. https://filamentphp.com/docs/3.x/panels/configuration#applying-middleware-to-authenticated-routes