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