feat: let guests publish a CommunityRule and claim it on this browser later
Finalize no longer requires a magic link. Guest rows stay off the catalog until sign-in on the same browser attaches ownership, and the login modal kebab no longer acts as a second close. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -2,19 +2,20 @@
|
||||
"_comment": "Cookies Settings. Figma Content page Template (19003:23305): banner + labeled body stacks. There are no optional cookies to toggle.",
|
||||
"banner": {
|
||||
"title": "Cookies Settings",
|
||||
"description": "CommunityRule uses one cookie, to keep you signed in.",
|
||||
"description": "CommunityRule uses cookies to keep you signed in and to let you claim a rule you published without an account.",
|
||||
"author": "Media Economies Design Lab",
|
||||
"date": "2026-08-15"
|
||||
},
|
||||
"updated": "Last updated August 15, 2026.",
|
||||
"intro": [
|
||||
"CommunityRule sets one cookie, named cr_session, after you sign in with a magic link. It keeps you signed in for up to 30 days. There are no advertising or analytics cookies to turn off."
|
||||
"CommunityRule sets a cookie named cr_session after you sign in with a magic link. It keeps you signed in for up to 30 days. If you publish a CommunityRule without signing in, we also set cr_rule_claim so that signing in later on this browser can attach that rule to your account. There are no advertising or analytics cookies to turn off."
|
||||
],
|
||||
"sections": [
|
||||
{
|
||||
"heading": "The session cookie",
|
||||
"paragraphs": [
|
||||
"Sign out to clear it on this browser. Blocking it in your browser will sign you out and keep you from staying signed in. Browsing templates does not set this cookie."
|
||||
"Sign out to clear the session cookie on this browser. Blocking it will sign you out and keep you from staying signed in. Browsing templates does not set this cookie.",
|
||||
"The claim cookie is set only when you publish without an account. It is httpOnly, lasts up to 30 days, and is cleared after a successful sign-in claim. Clearing this site’s cookies means you cannot attach that guest-published rule to an account from this browser."
|
||||
]
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user