Hello
I have the following scenario:
- user goes to example.com/login and signs-in
- user goes to sub.example.com and it’s authenticated already because the session is shared
- user could also go to sub.example.com/login and sign-in
- going back to example.com the session is shared as well.
Is this doable?