Centralized Login and Registration Page
Experimenting V3
I have 3 panels and already am controlling where to redirect users based on their roles by overriding
LoginResponse
, LogoutResponse
and RegistrationResponse
classes.
I also know how to customize pages on ->login(MyPageClass::class)
, ->registration(MyPageRegistration::class)
and load extending classes on them.
What's the best way to have a centralized Login and Registration page?
When I tried to extend them the colors on my Panel didn't get the styles on my custom pages.0 Replies