FeaturesAuthentication
Auth.js
ShipNow supports Auth.js(NextAuth.js V5) for secure user authentication with multiple providers
Features
- 🔑 Preconfigured Google and GitHub login
- 🔄 OAuth authentication (20+ providers)
- ⚙️ Fully customizable authentication flow
- 🛡️ Automatic CSRF protection
Setup Auth.js
Generate a secure secret key using OpenSSL:
Copy the generated key.
Add the secret key to .env.local
:
Next Steps
Need Help?
- Check the Auth.js documentation
- Join our Discord community
- Open an issue on GitHub