a string how i can store it to the program? i am creating a register/login form
Ideally, no password is stored on the server side. You'll of course be making use of some DBMS here to persist the information that is given to you. Opening Register and Login endpoints which you call via your front-end will be the basic scaffolding for such. Salting the password and saving its hash is typically the way or having OAuth2.
Обсуждают сегодня