The Immersve Algorand User Session login method allows Algorand wallet addresses to authenticate with Immersve APIs. See Authentication for more details about how to authenticate with Immersve APIs.
Algorand Login Message Format
The Initiate Login endpoint produces a message that needs to be signed by the user's wallet. The message format for the algorand
login method is like the following example.
Access and refresh tokens are obtained by submitting the message signature to the Complete Login endpoint.
Example Login Script
The following script demonstrates how to authenticate with the Immersve algorand
login method using the Node.js Algorand SDK and Axios HTTP client.