Skip to content

hudgeon/fasthtml_supabase_auth_example

Repository files navigation

FastHTML Supabase Authentication Example

Supabase comes with a very straightforward authentication solution. This repo is a minimal example showing how to use it with FastHTML.

First create a user in the authentication section of your Supabase project. Note the email and password you set for the user.

screenshot

Second, clone this repo and run pip install -r requirements.txt in the terminal from this folder.

Third, start the app by running python main.py in the terminal.

This will take you to a login screen. Enter the email address and password for your supabase user.

login_screenshot

If you enter the correct credentials, it will take you to a dashboard screen.

dashboard_screenshot

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages