Dynamic trustedOrigins
I am trying to do cross sub-domain auth, and its working just fine with cross-domain cookies until I receive a INVALID_ORIGIN error.
My app can generate sub-domains on the fly and these are supposed to be in the trustedOrigins but how can I do this? does it support wildcard or glob matching, I couldn't find any docs around this.
Any help will be appreciated. Thank you.
My app can generate sub-domains on the fly and these are supposed to be in the trustedOrigins but how can I do this? does it support wildcard or glob matching, I couldn't find any docs around this.
Any help will be appreciated. Thank you.