Zaubrik / djwt

Create and verify JSON Web Tokens (JWT) with Deno or the browser.
MIT License
225 stars 23 forks source link

Bump god_crypto version for PKCS8 key support #40

Closed danopia closed 3 years ago

danopia commented 3 years ago

Upstream issue: https://github.com/invisal/god_crypto/issues/16

I'm using this library to sign JWTs for Google Cloud Service Accounts, and the god_crypto release adds support for reading the RSA private key format which Google Cloud gives you when you create a Service Account.

There's still a minor issue in upstream where the Google private key needs a trailing newline trimmed, and a future release will fix that.

timonson commented 3 years ago

Great, thank you @danopia ! I will make a new release tomorrow.