Create and deploy the TinyWebDB service as explained in the tutorial Creating a Custom TinyWebDB Service
The order in which I had coded was only right i.e
Now coming to the password encryption, how do I use those functions ?
do we have to use it as a procedure or directly use it?
Also is the key generated or do we have to specify it?
or the pwd shld be there next to = ??
While retrieving the password(pwd) how do we decrypt it?
you store hash values in the table and after the user enters his password, it will be converted into the hash value, then compare the converted hash value with the hash value stored in the table, a hash value is a one way conversion, it is not possible to get the password back from the stored hash value
I also thought of other way of authenticating would be through text msg since mobile number is my key value.
Is there a way to send a random 6 digit number as verification code to the specified number and then within the app I can provide a screen to enter new password?
This way I'll not be in need of a website.
Please let me know which would be an appropriate solution.
So u mean to say if X clicks on forgot password I'll be sending a link (assume) which will direct the user to a website where they can reset the password. And the password has to be updated in my table right?
Is there a way to send a random 6 digit number as verification code to the specified number and then within the app I can provide a screen to enter new password?
Can you please give me the link of the mobile verification tutorial?
Trying to push the limits of App Inventor! Snippets and Tutorials from Pura Vida Apps by
Taifun.