remix
newbie question:
can i consume api and do user auth with remixjs in cloudflare pages, im using supabase & Strapi & remix
remix as frntend
1 Reply
I am just struggling with user auth with a Remix App deployed to CF Pages. The problem seems to be that most auth examples assume a long running node server at the backend and not a Pages function. Pages functions have missing context of the user session and hence working with sessions becomes difficult.