🛡️Authenticate User

Use this method to authenticate users with Altura Guard.

Usage in your script

const response = await altura.authenticateUser(WALLET_ADDRESS, ALTURA_GUARD);

const authenticated = response.authenticated

Parameters

Last updated