Can i use fusion Auth for multiple laravel website?
-
Can I use fusion Auth for multiple laravel application?
both applications have a different database.I have two different 2 laravel application and both Applications has own Database and users table and Modal,
Now i want, when I will login in first application that user can access and login in second application too.
is it possible? -
I might need some more context, but what you are asking for sounds feasible.
I would start by looking at SSO to achieve multiple-application login.
- https://fusionauth.io/docs/v1/tech/guides/single-sign-on/
- https://fusionauth.io/blog/2021/02/09/single-sign-on-sso-with-fusionauth/
Thanks,
Josh