Skip to content

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.

UI components

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

User authentication backend

We want to reuse existing open-source components that provide support for full authentication flow including email/password, and social login

Email templates

We could consider to integrate with open source react email components to send beautiful emails to users during registration and welcome flows.

Clone this wiki locally