Skip to content

An example illustrating how to use Supabase Auth with Astro in SSR mode. It uses Tailwind and Astro actions.

Notifications You must be signed in to change notification settings

FatumaA/supa-ssr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SSR Auth with Supabase and Astro Actions

This repository is a simple example of how to use Supabase and Astro Actions to create a secure, server-side rendered authentication flow.

Running the project

To run the project, you will need to have Node.js installed on your machine. Once you have Node.js installed, you can clone this repository and run the following commands in your terminal:

npm install

To install the dependencies.

Then run:

npm run dev

To start the development server.

The app will be available at http://localhost:4321.

You should see this interface:

A screenshot of the app's index page

Blog

For more information, check out my blog post on SSR Auth with Supabase and Astro Actions.

About

An example illustrating how to use Supabase Auth with Astro in SSR mode. It uses Tailwind and Astro actions.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published