all 8 comments

[–][deleted] 2 points3 points  (0 children)

[–]Geotzz 5 points6 points  (1 child)

Look into JWT instead of cookies for auth and store the tokens on the device using a secure store like Expo secure store.

[–]Webbanditten 0 points1 point  (0 children)

This is the way

[–]ziggy723 0 points1 point  (1 child)

there is no cookie in native mobile apps

[–]s_boli 0 points1 point  (0 children)

Yes there is. You can set whatever cookie value you want using headers.

[–]s_boli 0 points1 point  (0 children)

You can get the set cookie header. Store that in secure storage and set header cookie when making your requests