Verify nonce
POST
/api/auth/verify
Request Body
Name
Type
Description
signature*
String
encrypted
signed_message*
String
Make sure the string Nonce: & Address: is present in the signed message.
wallet_address*
String
Store the token in the App state and include it in the headers.
The refresh token is stored in the cookie. You can send a request to refresh API to get the new token. Make sure to include credentials to the refresh and logout API's.
Last updated