Add a tokenLocation option in ooth-jwt to specify where to read token from.
Option can be 'header', 'body' or 'both'. Default to 'both', which is the current behavior.
Suggested value is 'header', as using 'both' or 'body' conflict with some ooth-local methods
Add a tokenLocation option in ooth-jwt to specify where to read token from. Option can be 'header', 'body' or 'both'. Default to 'both', which is the current behavior.
Suggested value is 'header', as using 'both' or 'body' conflict with some ooth-local methods