HI,
I see that Okta is using localstorage by default to store token. Since I’m rendering server side, I would like to use a cookie storage instead so I can get read them from request on server side.
Is it possible?
Would you suggest against it?
Thanks!