Skip to content

docs: correct session signing terminology - #96986

Open
Fastering18 wants to merge 1 commit into
vercel:canaryfrom
Fastering18:docs/auth-session-signing
Open

docs: correct session signing terminology#96986
Fastering18 wants to merge 1 commit into
vercel:canaryfrom
Fastering18:docs/auth-session-signing

Conversation

@Fastering18

@Fastering18 Fastering18 commented Aug 9, 2026

Copy link
Copy Markdown

This updates the authentication docs to use the correct terminology for session handling.
The previous wording mixed up encryption with signing. Database sessions hand the browser a signed token that holds the session ID, not an encrypted one. The steps and section headings now talk about signing and verifying session data instead of encrypting and decrypting it.
A short note was also added to clarify that signing only stops undetected changes; it does not hide the data, so sensitive information should stay out of the payload.

@Fastering18
Fastering18 marked this pull request as ready for review August 9, 2026 05:08
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