0
I need to use a single authentication in a standard project, which is in the subdominio1.dominio.com.br
. In this subdomain will have an authentication, and is working normally, via database 'driver' => env('SESSION_DRIVER', 'database')
down in the session.php
.
I have another subdomain, subdominio2.dominio.com.br
, and I want to use the same authentication subdominio1.dominio.com.br
, using the same user table for all subdomains.
How do I use this same authentication in all subdomains?
Will both subdominios point to the same 'public' folder as the project? Or will they be completely independent?
– Hugo Leonardo
They will point to the same public folder yes. If you can help me with that too, thank you.
– Arthur Brandão
I’m in the same trouble!
– AndersonSouza