I have built NFT marketplace just like shopify where user can build thier own store i have applied web3 auth on both the admin panel and for user store the issue which i am facing is on user store which have dynamic url so how can i whitelist the dynamic url.
We don’t allow wild card url whitelists due to OAuth2 specification security.
The redirection endpoint URI MUST be an absolute URI as defined by [RFC3986] Section 4.3. The endpoint URI MAY include an
“application/x-www-form-urlencoded” formatted (per Appendix B) query
component ([RFC3986] Section 3.4), which MUST be retained when adding
additional query parameters. The endpoint URI MUST NOT include a
fragment component.