TL;DR The problem is how to get the the user information from a jwt
I'm trying to get the information of a user
from the jwt
if one is sent on the request but I don't want to close the endpoint to only logged in users.
I don't want to close the endpoint with the authenticate
hook but I don't know how to get the user
information without it.
I'm using a local strategy with jwt
.