User Auth (Client-Side)
Last updated
Was this helpful?
Last updated
Was this helpful?
To allow your users to sign in, set up their accounts, and interact with your application data, you'll have them log in via the . This is the way most OAuth providers authenticate end users, and most OAuth libraries will handle the flow for you automatically.
By default, this will authenticate the user as an . This will allow them to see and manage their own data within your application.
We currently support login via Google. In the future, we will support other OIDC providers, and wallet-only login as well.
In the sample app, user authentication is handled via :
This can be replaced by any other authentication system - everything is standard OAuth.