It is a pretty common expectation that JWT's can be passed using the Bearer token approach. It is also recommended and the main source of info for JWT:
https://jwt.io
It is a common compliant our customers give us that they need to use Token instead of Bearer when using our API. They need to write more code to support it etc...
Would you accept pull requests to all both to be specified?