Open dthyresson opened 3 years ago
It seems like maybe a HeadlessUI switch might work best for toggling between the two
It seems like maybe a HeadlessUI switch might work best for toggling between the two
That could work well with the switch changing up the form and the buttons/actions.
Let's get PR #45 in first and then we can assign.
On the topic on HeadlessUI switch I just started watching: "Building Accessible Switch/Toggle Buttons with Headless UI React and Tailwind CSS"
Once PR https://github.com/redwoodjs/playground-auth/pull/45 is merged, the last Supabase auth feature to implement is the "passwordless" or "magiclink" styles where there signin is just an email
https://supabase.io/docs/reference/javascript/auth-signin#sign-in-with-magic-link
This would require either a way of pinking just to enter in the email or maybe a Password/Passwordless radio button on the form?
Open to ideas.
See:
https://github.com/redwoodjs/playground-auth/pull/19
and
https://github.com/redwoodjs/playground-auth/pull/45