Vetro
12/23/2021, 7:26 PMsIRTFrontend
does. After login, the sIRTFrontend
contains some string (uid?) same as sIdRefreshToken
, but after page refresh, its content change to the 'remove', and sRefreshToken
dissapears from cookies. I need that refresh token to refresh the session manually while SSR... How Can I retrieve the refresh token If sIRTFrontend
contains 'remove'? Thank yourp
12/23/2021, 7:39 PMsIRTFrontend
is meant to serve as a proxy to the frontend SDK to know if the refresh token (which is in httpOnly cookies) is still present or not. If the value of this is remove
then it means that the session no longer exists.rp
12/23/2021, 7:39 PMrp
12/23/2021, 7:46 PMrp
12/23/2021, 7:46 PMrp
12/23/2021, 7:50 PMVetro
12/23/2021, 7:50 PMVetro
12/23/2021, 7:51 PMrp
12/23/2021, 7:52 PMrp
12/23/2021, 7:52 PMrp
12/23/2021, 7:52 PMrp
12/23/2021, 7:52 PMVetro
12/23/2021, 7:55 PMhttp://localhost:3000/api/auth
I'm getting the 404 from nuxt 😄rp
12/23/2021, 7:55 PMrp
12/23/2021, 7:56 PMVetro
12/23/2021, 7:58 PMrp
12/23/2021, 7:58 PMVetro
12/23/2021, 7:59 PMhttp://localhost:3000/api/auth
rp
12/23/2021, 7:59 PMhttp://localhost:3000/api/auth/session/refresh
and then check the cookie storageVetro
12/23/2021, 8:00 PMrp
12/23/2021, 8:01 PMVetro
12/23/2021, 8:01 PMrp
12/23/2021, 8:01 PMrp
12/23/2021, 8:01 PMVetro
12/23/2021, 8:02 PMrp
12/23/2021, 8:02 PMrp
12/23/2021, 8:02 PMrp
12/23/2021, 8:02 PMVetro
12/23/2021, 8:03 PM