By the way, we use "Amazon ElastiCache for Redis". When using AWS, is there a recommended redis service?
I would like to stop using redis to isolate the problem. How can I stop using redis?
Thanks.
I have read the content you provided.
Now, I have question about deep implementation in abp application.
When I login in id application, there is no session info(image1). And after authentication redirecting to main application, there is session info(ex. access_token, id_token, ...) in local storage(image2).
My question is, how is the session info passed from id application to main application? Is there any global state?, or the services communicate with in back channel?
thx
テナントのクローンを作成するためのサンプルコードはありますか?
thank you.
・Data of all entities. ・I want to copy the user and scope as well. ・I want to keep the timestamp.
Yes, I want to create a new tenant by inheriting all information from the clone source. how do i do that?
I would like you to implement a function to separate read/write endpoints as follows.
https://support.abp.io/QA/Questions/4870/I-want-to-Separate-DB-read-and-write-endpoints _
Thanks for your information. Btw, is the Timezone function configurable for each tenant? Or is it configurable per user?