timothymiller / t4-app

A powerful cross-platform UI toolkit for building actually native iOS, Android, macOS, Windows, Linux, and Progressive Web Apps with React (Native).
https://t4stack.com
MIT License
1.39k stars 75 forks source link

Supabase #5

Closed wezter96 closed 1 year ago

wezter96 commented 1 year ago

Swaps out Clerk for Supabase auth

To test you need to setup a supabase account and set up Environment Variables: In your application, make sure to set the following environment variables:

@link https://supabase.com/dashboard for your Supabase API keys

NEXT_PUBLIC_SUPABASE_URL= NEXT_PUBLIC_SUPABASE_PUBLIC_KEY= These variables will hold your Supabase API keys, which you can obtain from your Supabase project dashboard. Visit Supabase Dashboard to retrieve your API keys.

JWT_VERIFICATION_KEY can also be found in Supabase as JWT Secret in API Settings and you can wrangler secrets to set it.

timothymiller commented 1 year ago

LGTM ship it