BuiltStack

Open Source on GitHub

BetterAuth Integration Guide

Learn how to add authentication to your BuiltStack project using BetterAuth.

  1. Sign up at BetterAuth and create a new application.
  2. Copy your client ID and secret from the BetterAuth dashboard.
  3. Install the BetterAuth SDK in your project: npm install betterauth
  4. Configure your environment variables with your BetterAuth credentials.
  5. Follow the BuiltStack CLI prompts to enable authentication, or manually add the integration in your codebase.

For advanced usage, see the BetterAuth docs.