0

I wonder why the user credential is included in the request body when I authenticate the user's JWT with using passport?

enter image description here

enter image description here

I suppose it's not safe to include the credential in the request ? How can i exclude it?

  • As long as you're using HTTPS, it's safe. Ultimately if you need to provide a credential it must be somewhere in the request. – Alejandro Dec 13 '22 at 16:01

0 Answers0