我在 domain.loc strong>上托管了一个php应用程序(非Laravel)。 p>
我需要访问 domain.loc - [Non Laravel App] p>
域。 loc / testing - [Laravel App] p>
blockquote>
是否有任何方法可以在不使用 或者我们是否可以通过非laravel应用程序验证laravel应用程序? p>
div> login code>的
session code>数据到另一个使用Laravel开发并托管在同一域中的
应用程序(它是 地址是'domain.loc / testing')。 p>
令牌的情况下访问laravel应用程序中的非laravel应用程序会话 基于 code>
身份验证。 p>
I have a php application (Non Laravel) hosted on domain.loc.
I need to access the session
data of that to login
to another
application which is developed using Laravel and hosted in same domain (it's address is 'domain.loc/testing').
domain.loc -- [Non Laravel App]
domain.loc/testing -- [Laravel App]
Is there any possible way to access a session of non-laravel application in a laravel application without using token-based
authentication.
Or is there anyway where we can authenticate a laravel application via a non-laravel application ?