[Remix] use a Remix action to log in with auth-helpers #12210
Unanswered
Kilian
asked this question in
Feature Requests
Replies: 1 comment
|
having the same issues here. Already followed the egghead.io course too and still confused |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
The Supabase auth-helpers for Remix want you to log in with client-side logic, which sets a cookie that the server can then read out.
The Remix way of handling login is with form submissions to a server side
actionthat then performs the authentication and sets the appropriate cookies. It would be great if the auth-helper library could be updated to support this flow, or if documentation could be written for that flow to be supported.All reactions