0
I’m using the JWTAuth
to perform token creation for my API.
I saw that at the time of the request I can send the token in the header or via param.
I understand that by sending via header the token accompanies the request in a "transparent" way, resulting in a more friendly appearance.
However, apart from the appearance of the request, there is some other reason why I choose between one or the other form?
Any difference in performance? Or a greater fragility in security? For example.