At the moment JWT support is only for HS256
Support should also be added for:
ES256 -> 512
HS256 -> 512
RS256 -> 512
The most important of these being RS256 as this is the OIDC compliant algo.
This would add support for many authentication servers, including the Free KeyCloak authentication server.