Skip to content

Refine and internationalize OAuth account completion flow#2984

Merged
Dallas98 merged 8 commits into
developfrom
dev/oauth
May 21, 2026
Merged

Refine and internationalize OAuth account completion flow#2984
Dallas98 merged 8 commits into
developfrom
dev/oauth

Conversation

@hhhhsc701
Copy link
Copy Markdown
Contributor

@hhhhsc701 hhhhsc701 commented May 14, 2026

image

@hhhhsc701 hhhhsc701 requested review from Dallas98 and WMC001 as code owners May 14, 2026 09:36
Comment thread frontend/server.js
cookie.serialize(COOKIE_NAMES.ACCESS_TOKEN, "", { ...expired, httpOnly: true }),
cookie.serialize(COOKIE_NAMES.REFRESH_TOKEN, "", { ...expired, httpOnly: true }),
cookie.serialize(COOKIE_NAMES.EXPIRES_AT, "", expired),
cookie.serialize(COOKIE_NAMES.OAUTH_PENDING, "", { ...expired, httpOnly: true }),
Comment thread frontend/server.js
Comment on lines +118 to +121
cookie.serialize(COOKIE_NAMES.OAUTH_PENDING, pendingToken, {
...buildCookieOptions(true),
maxAge: 10 * 60,
}),
Comment thread frontend/server.js
Comment on lines +127 to +131
cookie.serialize(COOKIE_NAMES.OAUTH_PENDING, "", {
maxAge: 0,
path: "/",
httpOnly: true,
}),
Comment thread backend/apps/oauth_app.py Fixed
@Dallas98 Dallas98 merged commit 70c360e into develop May 21, 2026
14 of 15 checks passed
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.

3 participants