next-saas-stripe-starter icon indicating copy to clipboard operation
next-saas-stripe-starter copied to clipboard

refactor: improve initial setup and configuration

Open mrdorianh opened this issue 1 year ago • 1 comments

Intention: Allow quick start deploy to begin prototyping without the need to set up all env vars related to auth, stripe, and resend.

  • Update .env.example with better organization and documentation
  • Add clear sections for required and optional environment variables
  • Update Stripe integration configuration and related files
  • Update env.mjs to enforce required environment variables
  • Update auth.config.ts to bypass auth in development if provider is not configured
  • Update README with clearer setup instructions

mrdorianh avatar Nov 08 '24 07:11 mrdorianh