0
Anjaneyulu created
- ABP Framework version: v7.0.0
- UI Type:MVC
- Database System: EF Core (SQL Server)
- Tiered (for MVC): yes
- Exception message and full stack trace:
- Steps to reproduce the issue:
- Create an application, try to login to application and check login request params in the inspect, password is visible.
3 Answer(s)
-
0
-
0
Still is there anyway we can encrypt ?
-
0
hi
Yes, You can add a js library to encrypt your password on the js side. eg SHA, RSA then decrypt it in backend using same algorithm