We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
nonce
JWT.Claims()
In our Known Customer Credential Wallet guide we need to be able to include the cNonce in the claims to then be signed and sent over to the issuer
cNonce
let jwtClaims = JWT.Claims( issuer: userBearerDid.uri, // user's DID string audience: issuerBearerDid.uri, // Issuer's DID string issuedAt: issuedAtDate, nonce: cNonce ) let signedJwt = try JWT.sign(did: userBearerDid, claims: jwtClaims)
The text was updated successfully, but these errors were encountered:
misc
JWT.Claims
InMemoryKeyManager()
DIDJWK.create()
kirahsapong
jiyoonie9
Successfully merging a pull request may close this issue.
Reason
In our Known Customer Credential Wallet guide we need to be able to include the
cNonce
in the claims to then be signed and sent over to the issuerGoal:
The text was updated successfully, but these errors were encountered: