🤝User Authentication
How to let your users connect their wallet to your application.
Last updated
How to let your users connect their wallet to your application.
Last updated
It is often required to connect the user's wallet to your application in order to display other parts of the platform or fetch the state for the given user's wallet address.
With the SDK, you don't have to take care of integrating wallet support inside your project.
Simply obtain the SDK instance as explained in section and run following:
This will return the User object with the wallet address he has connected with. The User returned by our framework has also proved to own the address he had connected with.
A full list of the allowed options to configure before an authorization request is generated is explained in the authorization options docs.
Run this flow on a live coding environment here!