I'm using JWTAuth
to create tokens 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 the header the token accompanies the request in a "transparent" way, resulting in a more friendly appearance.
However, apart from the appearance of the request, is there any other reason why I should choose between one form or another?
Any differences in performance? Or a greater fragility in security? For example.