https://github.com/fatumaa/supa-ssr
An example illustrating how to use Supabase Auth with Astro in SSR mode. It uses Tailwind and Astro actions.
https://github.com/fatumaa/supa-ssr
action astro authentication supabase supabase-auth supabase-js supabase-ssr
Last synced: 12 months ago
JSON representation
An example illustrating how to use Supabase Auth with Astro in SSR mode. It uses Tailwind and Astro actions.
- Host: GitHub
- URL: https://github.com/fatumaa/supa-ssr
- Owner: FatumaA
- Created: 2025-03-17T17:21:44.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-03-17T17:46:33.000Z (over 1 year ago)
- Last Synced: 2025-03-17T18:31:45.640Z (over 1 year ago)
- Topics: action, astro, authentication, supabase, supabase-auth, supabase-js, supabase-ssr
- Language: Astro
- Homepage: https://blog.hijabicoder.dev/how-to-add-ssr-auth-to-with-supabase-and-astro
- Size: 291 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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:
```sh
npm install
```
To install the dependencies.
Then run:
```sh
npm run dev
```
To start the development server.
The app will be available at http://localhost:4321.
You should see this interface:

## Blog
For more information, check out my blog post on [SSR Auth with Supabase and Astro Actions](https://blog.hijabicoder.dev/how-to-add-ssr-auth-to-with-supabase-and-astro).