How to make login system

Im making an app but I want a way to save data. Im thinking of having a sign up feature where you type in a password and to sign in feature where you have to put in the password you made. I think thats the simplest way

that’s pretty vague
if your app is connected to a server you can use wickeditor to make a client interface (pretty much like an html form) to pass the login data to the server for the permits logic.
What’s your login for? accessing restricted online features? storing client side encrypted data?

1 Like