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. 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.
In general, logging in with guest mode is the same as configuring any other login method in the platform of your choice. See the login methods overview for more information on configuring your login options.
When your user is ready, link any other auth method so they can access their account in the future.
Below are the guides for linking a new identity for in-app wallet on the various platforms:
Below are the guides for linking a new identity for ecosystem wallet on the various platforms:
Your user can now access this same wallet with their Google account.
While it is not linked to any other identity, the lifetime of the guest wallet for any given user will last until they clear their browser storage.
You can try out Guest Mode on our playground.