Skip to content

Commit

Permalink
fix: wallet instance attestation iat and exp (#167)
Browse files Browse the repository at this point in the history
This PR fixes the normative table about the claims iat and exp in the wallet instance attestation request. They was just listed in the non normative example

thx @rohe
  • Loading branch information
peppelinux authored Nov 23, 2023
1 parent 48b8c21 commit 5d8ba19
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/en/wallet-instance-attestation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,12 @@ Assertion Payload
|| || containing the public key of the |
|| || Wallet Instance. |
+--------+-------------------------------------------------------------+
|| iat || Unix timestamp of attestation request |
|| || issuance time. |
+--------+-------------------------------------------------------------+
|| exp || Unix timestamp regarding the |
|| || expiration date time. |
+--------+-------------------------------------------------------------+


Below a non-normative example of the Wallet Instance Attestation
Expand Down

0 comments on commit 5d8ba19

Please sign in to comment.