-
Notifications
You must be signed in to change notification settings - Fork 213
[comp] Production Deploy #1868
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[comp] Production Deploy #1868
Conversation
* feat(docs): add security questionnaire trust center documentation * fix(docs): update format handling in security questionnaire example * refactor(docs): restructure trust access and security questionnaire documentation * feat(docs): add images to trust access and security questionnaire sections --------- Co-authored-by: Tofik Hasanov <[email protected]> Co-authored-by: Mariano Fuentes <[email protected]>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
PR SummaryIntroduces a new Trust section (Access & Grants, Portal Settings), refactors trust portal actions/paths with improved autosave and domain checks, updates portal auth/login and error handling, and adds Trust documentation including the security questionnaire API.
Written by Cursor Bugbot for commit e86a2c2. This will update automatically on new commits. Configure here. |
…ugs in fields (#1867) Co-authored-by: Tofik Hasanov <[email protected]> Co-authored-by: Mariano Fuentes <[email protected]>
|
|
Graphite Automations"Auto-assign PRs to Author" took an action on this PR • (12/05/25)1 assignee was added to this PR based on Mariano Fuentes's automation. |
…dling (#1870) Co-authored-by: Tofik Hasanov <[email protected]>
Co-authored-by: Tofik Hasanov <[email protected]> Co-authored-by: Mariano Fuentes <[email protected]>
|
🎉 This PR is included in version 1.68.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
| email: parsedInput.email, | ||
| otp: parsedInput.otp, | ||
| }, | ||
| asResponse: true, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Bug: Login response cookies discarded causing failed session
The signInEmailOTP call with asResponse: true returns a Response object containing Set-Cookie headers needed to establish the user session. However, this response is simply awaited and discarded without forwarding the cookies. Unlike route handlers where the Response can be returned directly, server actions require explicit cookie handling. The session cookie will not be set on the client, causing authentication to fail even after a successful OTP verification.
This is an automated pull request to release the candidate branch into production, which will trigger a deployment.
It was created by the [Production PR] action.