Our website provides a user friendly interface and database security which involves using the B-crypt module that is used for hashing and salting the passwords before storing it in the database, so that the data remains safe even in case of data leak
we faced a problem while authenticating the password of the user while signing up as the javascript compiler was not fetching the object from our database. thus we had to use an async function and where we used await so that the variable fetches the object from the database before continuing further compilation and execution.
This same problem was faced during money transfer where we had to use async and await so that the server could update the database for changes in the bank balance of respective accounts.
Tracks Applied (1)
Discussion