Simple auth with Deno's Fresh + Supabase

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
  • supa-fresh-auth

    Example app implementing a simple authentication scheme built with Fresh, Supabase and Redis

  • Oh, and by the way, here's the project's code and here you can try it out in action!

  • supabase

    The open source Firebase alternative.

  • // routes/index.tsx // ... export default function Home(props: PageProps) { const isAllowed = !!props.data.user; return ( the fresh logo: a sliced lemon dripping with juice

    Supa Fresh Authh2>

    An example app built with Deno's{" "} FreshLink>{" "} framework, using{" "} Supabase Link>{" "} and RedisLink>{" "} to implement a simple cookie-based authentication scheme. p>

    Made with Fresh a> div> {!isAllowed ? Sign InLink> : Sign OutLink>} Layout> ); }

  • 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
  • Redis

    Redis is an in-memory database that persists on disk. The data model is key-value, but many different kind of values are supported: Strings, Lists, Sets, Sorted Sets, Hashes, Streams, HyperLogLogs, Bitmaps.

  • // routes/index.tsx // ... export default function Home(props: PageProps) { const isAllowed = !!props.data.user; return ( the fresh logo: a sliced lemon dripping with juice

    Supa Fresh Authh2>

    An example app built with Deno's{" "} FreshLink>{" "} framework, using{" "} Supabase Link>{" "} and RedisLink>{" "} to implement a simple cookie-based authentication scheme. p>

    Made with Fresh a> div> {!isAllowed ? Sign InLink> : Sign OutLink>} Layout> ); }

  • fresh

    The next-gen web framework.

  • // routes/index.tsx // ... export default function Home(props: PageProps) { const isAllowed = !!props.data.user; return ( the fresh logo: a sliced lemon dripping with juice

    Supa Fresh Authh2>

    An example app built with Deno's{" "} FreshLink>{" "} framework, using{" "} Supabase Link>{" "} and RedisLink>{" "} to implement a simple cookie-based authentication scheme. p>

    Made with Fresh a> div> {!isAllowed ? Sign InLink> : Sign OutLink>} Layout> ); }

  • esm.sh

    A fast, smart, & global CDN for modern(es2015+) web development.

  • 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.

    InfluxDB logo
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

  • Building a Slack Bot for AI-Powered Conversations with Supabase

    2 projects | dev.to | 10 Oct 2023
  • What is Embedding? Generating Embedding using Supabase

    2 projects | dev.to | 10 Oct 2023
  • Testing Supabase Edge Functions with Deno Test

    3 projects | dev.to | 11 Jul 2023
  • Secure Password Verification and Update with Supabase and PostgreSQL

    3 projects | dev.to | 4 Jul 2023
  • Server side validation

    3 projects | /r/Supabase | 12 Jan 2023