ShipNow

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:

openssl rand -base64 32

Copy the generated key.

Add the secret key to .env.local:

.env.local
AUTH_SECRET="generated-secret-key"

Next Steps

Need Help?

On this page