ITEnthusiasm
05/02/2022, 3:45 PMSuperTokens
support regular form HTTP posts? (As opposed to using json-ified data)rp_st
05/02/2022, 3:46 PMITEnthusiasm
05/02/2022, 4:00 PMFormData
.
I acknowledge I don't know the internals though, of course. 😅rp_st
05/02/2022, 4:44 PMITEnthusiasm
05/02/2022, 6:50 PMrp_st
05/03/2022, 4:13 AMITEnthusiasm
05/03/2022, 2:21 PMRemix
is shaking things up a bit and pointing web devs back to the basics, which means we may see a time when more regular HTML Form Posts are used. (Facebook's login, for instance, uses a regular form
with proper method
and action
attributes.)
If that's the case and other auth services support that approach, SuperTokens will be at a disadvantage because regular forms are easier to build and don't rely on JS to work -- though they may be enhanced by JS. (As it is, if I understand correctly, users without JS cannot log into applications using SuperTokens.)rp_st
05/03/2022, 2:25 PMITEnthusiasm
05/03/2022, 2:28 PMITEnthusiasm
05/27/2022, 2:02 PMRemix
expects to the Remix backend, and then use the request information there to cause the server to make a request to itself for email sign up/sign in. It's a little janky since it requires the backend to call itself. 🤔 But it opens the door for logins to happen with HTML-only in the meantime.
Taking notes in case anyone stumbles on this problem in the future. Been trying to create an example app for using SuperTokens
for some isomorphic framework. But Svelte Kit has issues. And I've been jumping a few hurdles in Remix. Hopefully I can make something people here find useful in Remix land.rp_st
05/27/2022, 2:04 PMSuperTokens is an open source authentication solution offering features like: Different types of login: Email / password, Passwordless (OTP or Magic link based).
Powered by