๐ Secure Identification & Authentication
This secure login implementation hashes passwords and avoids exposing sensitive info in API responses.
๐งช Test Credentials:
- Username:
admin/ Password:ยadmin123 - Username:
user/ Password:ยpassword
๐ How to Test:
- Use one of the test credentials above.
- Click the Login button.
- On success, API returns user info without sensitive fields.
- Try incorrect credentials to test error handling.
- Check the
Networktab in DevTools to inspect requests.