I seem to be getting only sIRTFrontend and sFrontToken on my frontend, what can possibly be the issue here?
n
nkshah2
12/20/2022, 10:54 AM
Hi,
Is this in response from the backend APIs? Or are you checking from the dev tools?
c
cheezgarlick
12/20/2022, 12:34 PM
dev tools
n
nkshah2
12/20/2022, 12:53 PM
So some of the cookies are http only, they wont be visible in the dev tools. If you call an API that uses the verifySession function we expose you can check if the cookies are being set correctly
c
cheezgarlick
12/21/2022, 5:02 AM
I also tried logging the cookies on my server but I still didn't see them, and I can't directly use the verifySession function because I'm using my backend where I need this info as a middleman between my frontend and the other backend where authentication actually took place
n
nkshah2
12/21/2022, 5:03 AM
So you want to inspect the sign in/up request in your browser. That should tell you what the actual set cookie header in the response was