Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: First party cookie support #907

Open
1 task
Jeevan-Kishore opened this issue Nov 23, 2022 · 1 comment
Open
1 task

Feature: First party cookie support #907

Jeevan-Kishore opened this issue Nov 23, 2022 · 1 comment
Assignees
Labels

Comments

@Jeevan-Kishore
Copy link
Collaborator

Jeevan-Kishore commented Nov 23, 2022

Context

Third party cookies are scheduled to be deprecated in the coming days

Issue

First party cookie needs to be implemented to identity possible unique users

Proposed solutions

  1. Implement CF & Fastly workers to generate a first party cookie based on device id
  2. Implement a tiny node server having the only responsibility of generating a first party cookie based on device id

Schema / Resources

Acceptance criteria

  • Cookie exists for the user
@Jeevan-Kishore
Copy link
Collaborator Author

  • Create a lean NEXT js service
  • Client makes a GET call to figure out if the user has cookie on page load
  • Client makes a SET call to generate a cookie
  • Client makes a DEL call to delete a cookie if logged in

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants