Hi folks,
I'm a software engineer working to help out with the Google Home Hubitat Community Integration. In particular, I'd like to contribute a few important features (Report State and Local Fulfillment).
These features depend on RFC 7518 JSON Web Tokens (JWTs). Google's version of JWTs requires support for RSA or ECDSA encryption, neither of which seem to be possible with the current Groovy bindings available to Hubitat apps.
I'd like to request support for JWTs, ideally with one of the existing Java libraries for JWT, e.g. jjwt, Jose4j, java-jwt, etc.