Skip to content

Commit

Permalink
Add firstVerified to challenge metadata, update wording, remove Chall…
Browse files Browse the repository at this point in the history
…engeVerificationMetadata from results.

Co-authored-by: Manu Sporny <[email protected]>
Co-authored-by: Dave Longley <[email protected]>
  • Loading branch information
3 people authored Mar 8, 2024
1 parent 1eb33d6 commit d51894e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions components/Challenge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ components:
verified:
type: string
description: Whether verification of the challenge was successful
firstVerified:
type: string
description: dateTimeStamp when the challenge was first verified.
uses:
type: string
description: The number of times options.challenge has been used
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -729,7 +729,7 @@ <h4>Create Challenge</h4>
<div class="api-detail"
data-api-endpoint="post /challenges"></div>
<p>
The issuer should track the number of times a challenge has been passed to an endpoint as `options.challenge`.
The instance should create a challenge for use during verification and it should keep track of the number of times a challenge has been passed to verification endpoints as `options.challenge`.
</p>
</section>

Expand Down

0 comments on commit d51894e

Please sign in to comment.