Any Expert Advice for Two Admin Panels Backpack, and Old Admin #1034
Replies: 1 comment
-
Hello @ShariqAyaz By default Laravel uses the So most likely you can configure Backpack to use the same Unless they are in separate domains. In that case you need to build some custom token authentication, as the authentication cookies are not shared across domains. Hope this helps to figure out the answer. 🙏 Cheers |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Before Backpack admin, I already had custom admin panel and it has to customised application that seems very hard to do it on backpack admin and all end-users are trained on it. so i keep it both, make different routes for both admins. Luckily on both same user/password works which is fine. But it ask login id twice one for Backpack and one for Old one.
I need to put values in session or do something that will not ask if any of admin panel logined.
Is there anyway?
that is old admin post request:
Thank you
Beta Was this translation helpful? Give feedback.
All reactions