Password protected app tutorial

I am trying to make a password protected app in which you can type the pass word once and then it wont ask you to create the password again and again and only user can create the password not the developer

Save the password to a tinydb, and return the saved password from the tinydb whenever the user opens the app.

Given the above, if you want to password protect the app, you should really require your user to manually enter the password each time it is needed, otherwise, what is the point?

1 Like

thank you so much for you help

but can you explain how to use tiny db

http://ai2.appinventor.mit.edu/reference/components/storage.html#TinyDB

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.