BetterAuth Integration Guide
Learn how to add authentication to your BuiltStack project using BetterAuth.
- Sign up at BetterAuth and create a new application.
- Copy your client ID and secret from the BetterAuth dashboard.
- Install the BetterAuth SDK in your project:
npm install betterauth - Configure your environment variables with your BetterAuth credentials.
- Follow the BuiltStack CLI prompts to enable authentication, or manually add the integration in your codebase.
For advanced usage, see the BetterAuth docs.