An example Quasar app that connects to Supabase.io
This project was cloned from https://github.com/tequila99/quasar-supabase and translated to English.
After downloading or cloning the directory:
- Type npm install or yarn install
- Create an '.env' file and add it to the top level dirctory with this content:
VITE_SUPABASE_URL=<URL_from_your_supabase_account>
VITE_SUPABASE_ANON_KEY=<KEY_from_your_supabase_account>
- Type quasar dev
If the initial page is blank, go to localhost:3000/auth/login
Changes:
- Added MagicLink login option
Issues
- Profile is not loaded after login
Notes:
- Login with Github and Google need to be enabled in Supabase
- If only an email address is provided when the registration is submitted MagicLink (email) login will be enabled. (It's not tested whether it's possible to add a password later.)
Any comments and suggestions to admin @ nodescan dot com Thanks