Skip to content

Commit

Permalink
Updated consent list for cookies used by Next Intl and AuthJS
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianLeChat committed Feb 20, 2024
1 parent 67d2584 commit 096f3ac
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 4 deletions.
22 changes: 20 additions & 2 deletions public/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,27 @@
},
{
"name": "NEXT_LOCALE",
"domain": "NextJS",
"description": "Cookie set by the website.",
"domain": "Next Intl",
"description": "Cookie set by <a href=\"https://next-intl-docs.vercel.app/\" target=\"_blank\">Next Intl</a>.",
"expiration": "Expires at the end of the session."
},
{
"name": "authjs.session-token",
"domain": "AuthJS",
"description": "Cookie set by <a href=\"https://authjs.dev/\" target=\"_blank\">AuthJS</a>.",
"expiration": "Expire after 1 month."
},
{
"name": "authjs.csrf-token",
"domain": "AuthJS",
"description": "Cookie set by <a href=\"https://authjs.dev/\" target=\"_blank\">AuthJS</a>.",
"expiration": "Expire after 1 month."
},
{
"name": "authjs.callback-url",
"domain": "AuthJS",
"description": "Cookie set by <a href=\"https://authjs.dev/\" target=\"_blank\">AuthJS</a>.",
"expiration": "Expire after 1 month."
}
]
}
Expand Down
22 changes: 20 additions & 2 deletions public/locales/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,27 @@
},
{
"name": "NEXT_LOCALE",
"domain": "NextJS",
"description": "Cookie mis en place par le site Internet.",
"domain": "Next Intl",
"description": "Cookie mis en place par <a href=\"https://next-intl-docs.vercel.app/\" target=\"_blank\">Next Intl</a>.",
"expiration": "Expire à la fin de la session."
},
{
"name": "authjs.session-token",
"domain": "AuthJS",
"description": "Cookie mis en place par <a href=\"https://authjs.dev/\" target=\"_blank\">AuthJS</a>.",
"expiration": "Expire après 1 mois."
},
{
"name": "authjs.csrf-token",
"domain": "AuthJS",
"description": "Cookie mis en place par <a href=\"https://authjs.dev/\" target=\"_blank\">AuthJS</a>.",
"expiration": "Expire après 1 mois."
},
{
"name": "authjs.callback-url",
"domain": "AuthJS",
"description": "Cookie mis en place par <a href=\"https://authjs.dev/\" target=\"_blank\">AuthJS</a>.",
"expiration": "Expire après 1 mois."
}
]
}
Expand Down

0 comments on commit 096f3ac

Please sign in to comment.