Replies: 1 comment 2 replies
-
I believe Firebase is the limiting factor because it doesn't support wildcard subdomains. The approach detailed in this blog post might work here (you can change the cookies settings with If you find an approach that works for you and |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How can we use this library with a multi-tenant application that can have user created subdomains or if the application is accessed via a custom domain.
site1.mydomain.com <- visit site1.mydomain.com/auth and authenticate. Cookies are stored for this domain and share with all subdomains on mydomain.com
site2.customdomain.com <-> mapped to site2.mydomain.com
visit site2.custdomdomain.com/auth and authenticate. Cookies are stored for this domain.
Beta Was this translation helpful? Give feedback.
All reactions