Skip to content
Snippets Groups Projects
Unverified Commit 74bfbcef authored by Danny Sauer's avatar Danny Sauer
Browse files

minor spelling correction

parent b58053ee
No related branches found
No related tags found
No related merge requests found
...@@ -187,7 +187,7 @@ func signPayload(key *jose.JSONWebKey, alg jose.SignatureAlgorithm, payload []by ...@@ -187,7 +187,7 @@ func signPayload(key *jose.JSONWebKey, alg jose.SignatureAlgorithm, payload []by
return signature.CompactSerialize() return signature.CompactSerialize()
} }
// The hash algorithm for the at_hash is detemrined by the signing // The hash algorithm for the at_hash is determined by the signing
// algorithm used for the id_token. From the spec: // algorithm used for the id_token. From the spec:
// //
// ...the hash algorithm used is the hash algorithm used in the alg Header // ...the hash algorithm used is the hash algorithm used in the alg Header
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment