Crossite data sharing challenge #300
Unanswered
FrontSK
asked this question in
Replacing cross-site tracking
Replies: 1 comment
-
Hi @FrontSK, have you looked into Private State Tokens? Those allow your site to issue a number of tokens for consumption in cross-site/third-party contexts, they could, for example, convey a trust signal for your payment app. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Context:
Payment app (main) uses cookies to track if client used it before. "user_id" from cookie is simple, randomly generated string with no useful information. I have to get rid of the cookies.
Plan is:
I need to have access to "user_id" from main app, sdk app and from the iframe version of the app. Is that possible? Shared Storage may be something what i need? Is there any better way?
Beta Was this translation helpful? Give feedback.
All reactions