-
Notifications
You must be signed in to change notification settings - Fork 0
User authentication
Nicolas Martinez edited this page Jun 21, 2024
·
2 revisions
The login flow will depend on user journeys to import ingredients lists from their favourite provider. MVP will support Google sheet, and Google Keep.
For look and feel, we are considering to use Tailwind Sign-in and Registration: https://tailwindui.com/components/application-ui/forms/sign-in-forms
Google OAuth2 can be used as fallback as previously inplemented in a previous project https://github.com/nicmart-dev/linguistnow/wiki/Google-Authentication
We want to reuse existing open-source components that provide support for full authentication flow including email/password, and social login
We could consider to integrate with open source react email components to send beautiful emails to users during registration and welcome flows.