Is this secure?
-
I was taught that putting important information in parameters was not a good idea? I notice in this plugin we have authentication URLS looking like this:
https://mysite.local/?rest_route=/simple-jwt-login/v1/users&email=NEW_USER_EMAIL&password=NEW_USER_PASSWORD&AUTH_KEY=AUTH_KEY_VALUE
My understanding is that this would then mean that a user’s password could be displayed in system logs. Why has it been done this way? Is it not more secure to pass inside the POST body?
I’d love to use this plugin but having passwords in parameters, I was warned against.
Thanks.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Is this secure?’ is closed to new replies.