Magic Link Authentication and Route Controls with Supabase and Next.js

This page summarizes the projects mentioned and recommended in the original post on dev.to

SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
  • supabase-nextjs-auth

    Example project implementing authentication, authorization, and routing with Next.js and Supabase

  • The final code for this project is located here

  • supabase-js

    An isomorphic Javascript client for Supabase. Query your Supabase database, subscribe to realtime events, upload and download files, browse typescript examples, invoke postgres functions via rpc, invoke supabase edge functions, query pgvector.

  • The only dependency we'll need is the @supabase/supabase-js package:

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
  • auth

    A JWT based API for managing users and issuing JWT tokens (by supabase)

  • While Supabase is widely known for their real-time database and API layer, one of the things I like about it is the number of easy to set up authentication mechanisms it offers out of the box.

  • supabase

    The open source Firebase alternative.

  • While Supabase is widely known for their real-time database and API layer, one of the things I like about it is the number of easy to set up authentication mechanisms it offers out of the box.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Supabase Beta May 2023

    8 projects | dev.to | 9 Jun 2023
  • How can I prompt a user for their password?

    2 projects | /r/Supabase | 6 Mar 2023
  • Why to use Supabase instead of Prisma (or any other ORM) with a Postgres DB?

    3 projects | /r/Supabase | 3 Feb 2023
  • Supabase introduces MFA Support

    5 projects | news.ycombinator.com | 14 Dec 2022
  • Supabase Beta May 2022

    3 projects | dev.to | 8 Jun 2022