Last updated 2 years ago
Use this method to authenticate users with Altura Guard.
const response = await altura.authenticateUser(WALLET_ADDRESS, ALTURA_GUARD); const authenticated = response.authenticated
const response: { authenticated: boolean } = await altura.authenticateUser(WALLET_ADDRESS, ALTURA_GUARD); const authenticated = response.authenticated;
wallet_address
String
Yes
Unique wallet address of user
altura_guard
Altura Guard code