Skip to content
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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue with non-auth recipes in multitenancy #943

Open
sattvikc opened this issue Mar 4, 2024 · 0 comments
Open

Issue with non-auth recipes in multitenancy #943

sattvikc opened this issue Mar 4, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@sattvikc
Copy link
Collaborator

sattvikc commented Mar 4, 2024

馃悰 Bug Report

Assume an user id (non supertokens) userId

  • Create a session on tenant t1 on database d1 for userId
  • Assign a role for userId on tenant t2 on database d2
  • Verify email for the userId on tenant t3 on database d3

Now trying to fetch isEmailVerified (app specific api). it will return as false. this is because we try to find the storage based on the userId and the first one we find might not have relevant data.

@sattvikc sattvikc added the bug Something isn't working label Mar 4, 2024
@sattvikc sattvikc self-assigned this Mar 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant