yanliu1111 / supabase-auth-web-poc

Processing - Proof of concept authentication testing for website with Supabase Auth

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

supabase with vue3

Learn how to use Supabase in this full course for beginners. Supabase is an open source Firebase alternative for building secure and performant Postgres backends with minimal configuration.

πŸ‘‰ Here is tutorial LINK

πŸ’š Tutorial Sections

βœ…1. Create a project in Supabase
βœ…2. Tables
βœ…3. RLS (Row Level Security)
βœ…4. Authentication
βœ…5. User management
βœ…6. Recover password
βœ…7. E-mails templates
βœ…8. URL Configuration
βœ…9. Read, insert or delete
βœ…10. Subscriptions
βœ…11. Relations
βœ…12. Functions
βœ…13. Triggers
βœ…14. Schemas
βœ…15. Storage
βœ…16. Logs

  1. Extensions
  2. Realtime
  3. Edge-functions
  4. Webhooks
  5. Self-host or Local dev

πŸ’œ Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Type-Check, Compile and Minify for Production

npm run build

Lint with ESLint

npm run lint

About

Processing - Proof of concept authentication testing for website with Supabase Auth


Languages

Language:Vue 73.8%Language:TypeScript 13.0%Language:HTML 6.7%Language:SCSS 3.5%Language:JavaScript 2.7%Language:Makefile 0.3%