I was looking at this question on how to set the sub claim of a JWT in FeathersJS, but when I print hook.params
, there is no jwt
in there.
Only authenticated
, query
, route
, provider
, headers
, user
and payload
.
So I remain with the question: how can I change the expire time of a JWT token in Feathers?