Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 832 Bytes

README.md

File metadata and controls

30 lines (19 loc) · 832 Bytes

Supa Fresh Auth

An example app built with Deno's Fresh framework, using Supabase and Redis to implement a simple cookie-based authentication scheme.

Here's an article I wrote about building this.

Consider leaving me a star!

Github Repo Stars

Usage

You need to have Redis installed and a Supabase project set up.

Create a .env file with the following variables:

SUPABASE_URL=https://<projectName>.supabase.co
SUPABASE_KEY=<api_key>

Run the app:

deno task start

This will watch the project directory and restart as necessary.