Software Alternatives & Reviews

Simple auth with Deno's Fresh + Supabase

Supabase Redis Fresh Framework
  1. An open source Firebase alternative
    Pricing:
    • Open Source
    // routes/index.tsx // ... Export default function Home(props: PageProps<ServerState>) { const isAllowed = !!props.data.user; return ( <Layout state={props.data}> <img src="/logo.svg" class="w-32 h-32" alt="the fresh logo: a sliced lemon dripping with juice" /> <h2>Supa Fresh Authh2> <p> An example app built with Deno's{" "} <Link href="https://fresh.deno.dev/" target="_blank">FreshLink>{" "} framework, using{" "} <Link href="https://supabase.com/" target="_blank"> Supabase Link>{" "} and <Link href="https://redis.io/" target="_blank">RedisLink>{" "} to implement a simple cookie-based authentication scheme. p> <div class="my-4"> <a href="https://fresh.deno.dev" target="_blank" style={{ display: "block", width: "fit-content" }}> <img width="197" height="37" src="https://fresh.deno.dev/fresh-badge.svg" alt="Made with Fresh" /> a> div> {!isAllowed ? <Link href="/sign-in">Sign InLink> : <Link href="/api/sign-out">Sign OutLink>} Layout> ); }.

    #Developer Tools #Realtime Backend / API #Backend As A Service 428 social mentions

  2. 2
    Redis is an open source in-memory data structure project implementing a distributed, in-memory key-value database with optional durability.
    Pricing:
    • Open Source
    // routes/index.tsx // ... Export default function Home(props: PageProps<ServerState>) { const isAllowed = !!props.data.user; return ( <Layout state={props.data}> <img src="/logo.svg" class="w-32 h-32" alt="the fresh logo: a sliced lemon dripping with juice" /> <h2>Supa Fresh Authh2> <p> An example app built with Deno's{" "} <Link href="https://fresh.deno.dev/" target="_blank">FreshLink>{" "} framework, using{" "} <Link href="https://supabase.com/" target="_blank"> Supabase Link>{" "} and <Link href="https://redis.io/" target="_blank">RedisLink>{" "} to implement a simple cookie-based authentication scheme. p> <div class="my-4"> <a href="https://fresh.deno.dev" target="_blank" style={{ display: "block", width: "fit-content" }}> <img width="197" height="37" src="https://fresh.deno.dev/fresh-badge.svg" alt="Made with Fresh" /> a> div> {!isAllowed ? <Link href="/sign-in">Sign InLink> : <Link href="/api/sign-out">Sign OutLink>} Layout> ); }.

    #Key-Value Database #NoSQL Databases #Databases 183 social mentions

  3. Fresh is a next generation web framework, built for speed, reliability, and simplicity.
    Pricing:
    • Open Source
    // routes/index.tsx // ... Export default function Home(props: PageProps<ServerState>) { const isAllowed = !!props.data.user; return ( <Layout state={props.data}> <img src="/logo.svg" class="w-32 h-32" alt="the fresh logo: a sliced lemon dripping with juice" /> <h2>Supa Fresh Authh2> <p> An example app built with Deno's{" "} <Link href="https://fresh.deno.dev/" target="_blank">FreshLink>{" "} framework, using{" "} <Link href="https://supabase.com/" target="_blank"> Supabase Link>{" "} and <Link href="https://redis.io/" target="_blank">RedisLink>{" "} to implement a simple cookie-based authentication scheme. p> <div class="my-4"> <a href="https://fresh.deno.dev" target="_blank" style={{ display: "block", width: "fit-content" }}> <img width="197" height="37" src="https://fresh.deno.dev/fresh-badge.svg" alt="Made with Fresh" /> a> div> {!isAllowed ? <Link href="/sign-in">Sign InLink> : <Link href="/api/sign-out">Sign OutLink>} Layout> ); }.

    #Web Frameworks #JavaScript Framework #TypeScript Framework 62 social mentions

Discuss: Simple auth with Deno's Fresh + Supabase

Log in or Post with