Hello,
I am trying to set session once users load the mini apps so that future api request can use that session. I tried to use session cookie but it seems like cookies are dropped in the requests and I cannot set session cookies for the app. Do I need to always validate initData for each api reqeust to maintain the session?
Hello, I am trying to set session once users load the mini apps so that future api request can use that session. I tried to use session cookie but it seems like cookies are dropped in the requests and I cannot set session cookies for the app. Do I need to always validate initData for each api reqeust to maintain the session?