dify icon indicating copy to clipboard operation
dify copied to clipboard

Feat/move tenant id into db

Open crazywoola opened this issue 5 months ago • 2 comments

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.

crazywoola avatar Feb 01 '24 08:02 crazywoola

@bowenliang123 @charli117 Please take a look at this if you have some spare time.

crazywoola avatar Feb 01 '24 08:02 crazywoola

@bowenliang123 @charli117 Please take a look at this if you have some spare time.

OK,functional verification no problem

charli117 avatar Feb 01 '24 14:02 charli117

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? What do you think about this?

takatost avatar Feb 02 '24 05:02 takatost