Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion www/src/content/docs/docs/start/standalone.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ This should log you in and print your user ID.

## Deploy your app

To are now ready to deploy your app and your OpenAuth server. A couple of changes you'll need to make.
You are now ready to deploy your app and your OpenAuth server. A couple of changes you'll need to make.

1. Use a more persistent `storage` like [DynamoDB](https://aws.amazon.com/dynamodb/) or [Cloudflare KV](https://developers.cloudflare.com/kv/) in your `auth/index.ts`.
2. Instead of printing out the code, email that to the user.
Expand Down