You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Google Cloud projects should use Cloud KMS for digital signatures so that users do not have to generate or store private keys. Cloud KMS keeps them entirely secret, which should be the best practice for our system.
Google Cloud projects should use Cloud KMS for digital signatures so that users do not have to generate or store private keys. Cloud KMS keeps them entirely secret, which should be the best practice for our system.
The relevant methods are documented here:
https://cloud.google.com/kms/docs/create-validate-signatures
And important caveats for JWTs are documented here:
The text was updated successfully, but these errors were encountered: