@mayanavsel Why not just have the login page in your Laravel app if it’s to log into the Laravel-based admin panel?
is it possible to redirect from react login form to laravel admin panel
I have two projects. The first one is in React(static pages) and the other is in Laravel. As per my new requirement, I want to use the same Laravel admin panel for the React project. I am planning to add a login form to my React project and connect with my Laravel Sanctum by using already existing project. After this login process from the react project is it possible to redirect to the existing Laravel admin panel from the react project passing session from the react login action?
or i need to recreate all admin pages in React itself and load data by rest API into react admin panel. Thanks in Advance!
Please or to participate in this conversation.