Hi,
There is one security issue.
Exposing sensitive credentials in the response body after a login operation, this is a serious security
issue that needs immediate attention. Exposing credentials in such a manner can lead to unauthorized
access and compromise user accounts.
Never store or transmit passwords or sensitive data in plain text. Use secure hashing algorithms (like
bcrypt, Argon2) for password storage and secure transmission protocols (TLS/SSL) for data in transit.
Can we hide or encrypt details of username and password while doing login via web application