Skip to content

Commit

Permalink
docs: Add more context on guest mode
Browse files Browse the repository at this point in the history
Guest mode docs were not very clear to me. This changes the docs to how I think it works filling in the blanks

Signed-off-by: Will Cory <[email protected]>
  • Loading branch information
roninjin10 authored Dec 13, 2024
1 parent f6c0407 commit acf73dd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export const metadata = createMetadata({

# Guest Mode

Sometimes users want to get started using your app without signing in. You can now give users an in-memory "guest account" that can then be converted into a standard account by linking another auth method.
Sometimes users want to get started using your app without signing in. You can now give users an in-memory "guest account" that can then be converted into a standard account by linking another auth method. An example is if you want to wait til a user tries to make a transaction before forcing them to onboard. A guest mode account is not persisted durably and only exists in memory until linked to an Auth method.

## Logging in with Guest Mode

Expand Down

0 comments on commit acf73dd

Please sign in to comment.