The way that it is currently hosted is that the usernames and passwords are stored as plaintexts but it is highly recommended that it is stored as hashed strings and we compare user's password with the hashed string in the DB to authorise and log the user in
The way that it is currently hosted is that the usernames and passwords are stored as plaintexts but it is highly recommended that it is stored as hashed strings and we compare user's password with the hashed string in the DB to authorise and log the user in