Hey, I wanna use Nest it to build an API which will be used by an Expo app & a NextJS SPA. I've read a lot of documentation about how to deal with sessions, but im still not sure how to do it.
I wanted the API to send back a httpOnly Cookie (with either JWT or session ID) when the user logs in but the mobile app would not be able to store it as its httpOnly (or am I wrong ?)
What would be some ways to deal with this problem ?
Thanks !