FeaturesAuthentication
Supabase
ShipNow supports Supabase Auth for secure user authentication with multiple providers
Features
- 🔐 Multiple authentication providers (Google, GitHub, etc. 20+ providers)
- 🔄 Session management with automatic refresh
- 🌐 Server-side and client-side authentication
- 🛡️ Protected pages and routes
Setup Supabase Auth
Create a account on Supabase and create a project
Copy Supabase project url and anon key from the project API Settings
Add project url and anon key to .env.local
file:
Initialize Supabase Client
Server-side Usage
Client-side Usage
Next Steps
Need Help?
- Check the Supabase Auth documentation
- Join our Discord community
- Open an issue on GitHub