๐Auth
Needs Wallet Authentication
Needs Wallet Authentication
Last updated
Needs Wallet Authentication
Needs Wallet Authentication
Last updated
This route retrieves the cryptographic nonce of a wallet by address.The route first queries the database for the wallet by address provided.The route then returns the nonce of the found wallet.
Successful
This route verifies the signature and the address provided. The route first checks if the nonce has been correctly signed by the user. The route then creates a session and generates tokens if the ownership of the public address is proven.
Successful
This route logouts of the app.The route first checks and finds the session saved in the database.The route then deletes the session found related to the wallet.
Successful
This route refreshes the wallet session.The route first checks and finds the wallet session saved in the database.The route then deletes the session, creates a new one and generates new tokens.
Successful