Skip to content

docs(auth): point the cookie-flow hold at its tracking issue - #131

Merged
jvsena42 merged 1 commit into
mainfrom
docs/cookie-flow-issue-pointer
Aug 24, 2026
Merged

docs(auth): point the cookie-flow hold at its tracking issue#131
jvsena42 merged 1 commit into
mainfrom
docs/cookie-flow-issue-pointer

Conversation

@jvsena42

Copy link
Copy Markdown
Owner

Comments-only follow-up to #128. Two lines of KDoc, no behaviour change.

This commit was written while #128 was in review and pushed to its branch a few minutes after it merged, so it was left stranded — cherry-picked onto main here.

What it does

Names #130 from both places that are holding:

  • PubkyClient.startAuthFlow — the KDoc explains why sign-in is pinned to the deprecated cookie flow but left the reader to work out when that stops being true. Restore grant auth once a Pubky Ring release ships on pubky 0.10 #130 carries the three things that have to ship first (rn-pubky publishes a pubky-0.10 build → Ring merges chore/pubky-0.10.0 → Ring releases it) and what the revert touches, including the asSignupUrl rewrite that testing sign-in alone would not catch.
  • SessionPayloadParser — the grant_secret alias is dormant until that day, so whoever finds it wondering why it exists lands on the same issue.

detektAll green.

Worth knowing, since 0.1.2 has shipped

Verifying #128 on a Redmi Note 11 turned up a rollout gotcha that isn't a code problem: Android stores the launching URL as the base intent of Ring's task with isPersistable=true, so a user who hit the broken build can be shown the old signin_grant error once after updating — Ring replays the stale intent rather than reading the new one. am force-stop and swiping the card out of recents both failed to clear it.

Suggested release note for 0.1.2: if sign-in still fails after updating, close Pubky Ring from recents and try again. Full evidence in the #128 comment.

🤖 Generated with Claude Code

The KDoc explains why sign-in is pinned to the deprecated cookie flow but
left the reader to work out when that stops being true. #130 carries the
three things that have to ship first and what the revert touches, including
the `asSignupUrl` rewrite that sign-in testing would not catch.

Named from both ends deliberately: the `grant_secret` alias is dormant until
that day, so whoever finds it wondering why it exists lands on the same issue.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
@jvsena42
jvsena42 enabled auto-merge August 24, 2026 11:49
@jvsena42
jvsena42 merged commit 13f7793 into main Aug 24, 2026
2 checks passed
@jvsena42
jvsena42 deleted the docs/cookie-flow-issue-pointer branch August 24, 2026 11:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant