rtCamp / psat-demos

1 stars 1 forks source link

Adding a demo with Storage Access API #25

Closed fellyph closed 9 months ago

fellyph commented 10 months ago

Description

One of the solutions to bypass the third-party cookie deprecation is using the Storage Access API; the demo can use the same flow as the analytics example when domain a and domain b are using the domain c to track the user. When the application where the application will check if the user can store/read a cookie before requesting the ID from the analytics application from domain C.

This demo should not interfere with the other demos and should have the option to revoke the permissions for storage access API.

fellyph commented 9 months ago

This issue was closed on PR #48