Quiz on User Authentication
Test your knowledge of authenticating the Beego application to restrict access to APIs.
We'll cover the following...
1
Why is hashing used for storing passwords?
A)
To reduce the bytes required to store the passwords
B)
To make the login process faster
C)
To ensure that passwords can be easily recovered if forgotten
D)
To protect the confidentiality of passwords
Question 1 of 40 attempted
...