thin-backend icon indicating copy to clipboard operation
thin-backend copied to clipboard

Implement auth component for Svelte

Open mpscholten opened this issue 3 years ago • 2 comments

The thin-backend-react/auth-ui.tsx module should be ported to Svelte to thin-backend-svelte, so that we can provide in-app login in Svelte apps as well 👍

mpscholten avatar May 24 '22 14:05 mpscholten

Mitosis may be a good solution this issue, and #25 #35 #42 as well. Not affiliated with them, but I would like React Native support. All frameworks could possibly be supported easily this way.

TheUltDev avatar Jul 03 '22 08:07 TheUltDev

Thanks for pointing out. We've actually looked into Mitosis already :) It's working well for simple components, but more complex functionality still requires manual adjustments.

There's an expo template here btw: https://github.com/digitallyinduced/ihp-backend-expo-starter It might be a bit oudated, but it's definitly possible to run Thin with React Native already.

mpscholten avatar Jul 04 '22 07:07 mpscholten