Hello everbody
I need some help to create this login page via API.
This is my first time using MIT app inventor.
Can some see what is the problem where?
Thanks for the help
Diogo Teixeira
PT
Hello everbody
I need some help to create this login page via API.
This is my first time using MIT app inventor.
Can some see what is the problem where?
Thanks for the help
Diogo Teixeira
PT
Read through some of the samples in
to see how web responses should be processed.
Never store passwords in plain text in a database
your users want you to keep their data safe...
store password hashes instead of plain text
To store password hashes is very simple, the tools extension offers a method for that App Inventor Extensions: Tools | Pura Vida Apps
And later if you want to check, if the entered password is correct, compare the password hashes
Taifun
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.