Skip to content
This repository was archived by the owner on Mar 25, 2026. It is now read-only.

Commit 4859b6b

Browse files
docs: update authentication documentation (#334)
* docs: update authentication documentation - Fix region flag from --region us to --region usc - Remove non-existent agentuity-auth template callout - Add missing CLI commands (auth setup, auth secret) Co-Authored-By: Rick Blalock <rickblalock@mac.com> * fix: remove non-existent CLI commands (auth setup, auth secret) Co-Authored-By: Rick Blalock <rickblalock@mac.com> --------- Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Co-authored-by: Rick Blalock <rickblalock@mac.com>
1 parent 33b1ea7 commit 4859b6b

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

content/Frontend/authentication.mdx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,12 @@ The `@agentuity/auth` package provides authentication with built-in integration
1313

1414
```bash
1515
# Create a database (or use your own)
16-
agentuity cloud database create --region us
16+
agentuity cloud database create --region usc
1717

1818
# Initialize auth (installs deps, generates src/auth.ts)
1919
agentuity project auth init
2020
```
2121

22-
<Callout type="info" title="Template Available">
23-
Start with auth pre-configured: `bunx agentuity create my-app --template agentuity-auth`
24-
</Callout>
2522

2623
### Server Setup
2724

0 commit comments

Comments
 (0)