Best practice for having multiple panels with single authentication
Hi there,
After reading some issues on GitHub I was wondering what the current way is to have multiple panels but single authentication entry and redirect to same login page.
I have 2 panels: -
app
app
(/) -
admin
admin
(/admin)
I want both panels to redirect to
/login
/login
when an unauthenticated user is accessing the panels. Access to the panels is defined in the
User
User
model by checking if they have the right permission.