- Notifications
You must be signed in to change notification settings - Fork11.2k
fix: Improve add users to org#25314
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
vercelbot commentedNov 21, 2025 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
The latest updates on your projects. Learn more aboutVercel for GitHub. |
…k prevention- Add tests for cross-tenant hijack prevention security fix- Test that users belonging to different organizations are blocked- Test that users with null organizationId are blocked (prevents legacy user hijacking)- Test that users belonging to correct organization succeed- Test new user creation flow- Test user activation/deactivation flows- Test custom attribute syncing- All 8 tests passing locally with proper type safety (no 'as any' usage)Co-Authored-By: Volnei Munhoz <volnei.munhoz@gmail.com>
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.
No issues found across 2 files
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.
No issues found across 2 files
5cb1d4a intomainUh oh!
There was an error while loading.Please reload this page.
E2E results are ready! |
Uh oh!
There was an error while loading.Please reload this page.
What does this PR do?
User assignment improvements