I wonder why the user credential is included in the request body when I authenticate the user's JWT with using passport?
I suppose it's not safe to include the credential in the request ? How can i exclude it?
I wonder why the user credential is included in the request body when I authenticate the user's JWT with using passport?
I suppose it's not safe to include the credential in the request ? How can i exclude it?