Skip to content

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

Notifications You must be signed in to change notification settings

morlinbrot/supa-fresh-auth

Repository files navigation

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.

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published