You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A token must be released for 1 domain only.
For example, authentication started from front.domainA.com.
When token is sent to api.domainA.com or other-api.domainA.com then token is valid and can be used by api and other-api.
But when token is sent to api.domainB.com or other-api.domainB.com then token is INvalid and can't be used by api and other-api.
Activation/deactivation of this feature must be based on CROSS_DOMAIN_TOKEN=0/1 environment value.
The text was updated successfully, but these errors were encountered:
A token must be released for 1 domain only.
For example, authentication started from front.domainA.com.
When token is sent to api.domainA.com or other-api.domainA.com then token is valid and can be used by api and other-api.
But when token is sent to api.domainB.com or other-api.domainB.com then token is INvalid and can't be used by api and other-api.
Activation/deactivation of this feature must be based on CROSS_DOMAIN_TOKEN=0/1 environment value.
The text was updated successfully, but these errors were encountered: