Hive Developer Portal
Search Results
Showing results for "verify account authority"
database_api.verify_account_authority
Not Implemented
request_account_recovery
...nt should be a recovery account. It is the responsibility of the recovery account to verify the identity of the account holder of the account to recover by whichever means they...
titles.account_recovery
Full, runnable src of Account Recovery can be downloaded as part of: tutorials/python (or download just this tutorial: devportal-master-tutorials-python-35_account_recove...
titles.follow_user
...ivatekey - This is the private posting key of the user(postingKey). following - The account/author that the user would like to follow (author). what - The type of follow opera...
titles.client_signing
...e to Hivesigner method, client signing doesn’t rely on other servers to generate and verify transaction, except when transaction is broadcasted to the network, it should be rou...
titles.sso
...l redirect them to the resource you specified, along with an access_token parameter. Verify Access Token Once the user authenticates, they will be redirected back to your appli...
titles.hivesigner
...on link that requests a token from the API The user has to log in to the service to verify their identity whereupon they will be prompted to authorize the application The use...
titles.authentication
...ys. Web3 way of authentication or login, means user has to sign arbitrary message to verify ownership and wallet applications facilitate that. In Hive, there are services maint...
titles.tutorials
...Client Signing How to sign, verify broadcast transactions locally on Hive...
titles.imagehoster
...strip image metadata related to the author’s geographical location. It also helps to verify that the original author uploaded the image they intended. Please note that this too...
titles.how_to_serialize
...n. Step 4 Sign the Transaction: We will use this function in the signing process to verify the signature (why?): const isCanonicalSignature = signature => { return ( !(s...
titles.tic_tac_toe
...thorized: false, username: '', key: '' } Let’s define the login function. It will verify the posting key and username then keep the data in localStorage. We use the hive-tx...