https://github.com/fitzy1321/fresh-supa-auth
Fresh and Supabase Auth App
https://github.com/fitzy1321/fresh-supa-auth
deno deno-fresh fresh fresh-deno supabase supabase-auth supabase-db supabase-js
Last synced: 5 months ago
JSON representation
Fresh and Supabase Auth App
- Host: GitHub
- URL: https://github.com/fitzy1321/fresh-supa-auth
- Owner: fitzy1321
- License: mit
- Created: 2023-11-20T20:31:42.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-08-18T18:13:50.000Z (10 months ago)
- Last Synced: 2025-10-02T22:53:02.630Z (9 months ago)
- Topics: deno, deno-fresh, fresh, fresh-deno, supabase, supabase-auth, supabase-db, supabase-js
- Language: TypeScript
- Homepage: https://fresh-supa-auth.fitzy1321.deno.net/
- Size: 71.3 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Fresh project
Current Versions (cuz this $h!T moves fast):
- Fresh : 1.5.4
- Supabase-js: 2.38.5
## Run App
Copy `.env.example` file:
```sh
cp .env.example .env
```
Make a supabase project:
After creating a new project, goto Settings, then API Settings
Copy `project url` into `SUPABASE_URL` in your `.env` file
Copy `anon public key` into `SUPABASE_ANON_KEY`
Start the project:
```sh
deno task start
```
This will watch the project directory and restart as necessary.
## References
- Fresh: