You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need to move off of next auth since we want to support react native
This would mean we use a simple cookie based auth for nextjs and jwt based auth for mobile apps.
Whenever the user signs in, we set the cookie on the domain for the browser.
If the user logs in from mobile (/api/signin/mobile) , they get back a JWT that they can send in every future request to authenticate themselves.
The text was updated successfully, but these errors were encountered:
We need to move off of next auth since we want to support react native
This would mean we use a simple
cookie
based auth for nextjs andjwt based auth
for mobile apps.Whenever the user signs in, we set the cookie on the domain for the browser.
If the user logs in from mobile (/api/signin/mobile) , they get back a JWT that they can send in every future request to authenticate themselves.
The text was updated successfully, but these errors were encountered: