-
Notifications
You must be signed in to change notification settings - Fork 7.8k
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
Feat/move tenant id into db #2341
Conversation
@bowenliang123 @charli117 Please take a look at this if you have some spare time. |
OK,functional verification no problem |
If we switch suddenly, will the data on the page still be in the context of the other workspace while the backend context has already switched to the workspace where the owner is? |
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.
LGTM.
This aims to remove the session usage in our code base, but to set this in jwt token is not that good, because we do not change that token very often.