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
The PublicKey struct needs to have signature algorithm in order for PKIX and JWT verification to work. PublicKey has been updated to hold this field but NewPubicKey() needs to be updated to take a signature algorithm and add that to the field of the PublicKey instance it is creating.
The change also requires updates everywhere NewPublicKey is used.
The text was updated successfully, but these errors were encountered:
The PublicKey struct needs to have signature algorithm in order for PKIX and JWT verification to work. PublicKey has been updated to hold this field but NewPubicKey() needs to be updated to take a signature algorithm and add that to the field of the PublicKey instance it is creating.
The change also requires updates everywhere NewPublicKey is used.
The text was updated successfully, but these errors were encountered: