or
or
By clicking below, you agree to our terms of service.
New to HackMD? Sign up
Syntax | Example | Reference | |
---|---|---|---|
# Header | Header | 基本排版 | |
- Unordered List |
|
||
1. Ordered List |
|
||
- [ ] Todo List |
|
||
> Blockquote | Blockquote |
||
**Bold font** | Bold font | ||
*Italics font* | Italics font | ||
~~Strikethrough~~ | |||
19^th^ | 19th | ||
H~2~O | H2O | ||
++Inserted text++ | Inserted text | ||
==Marked text== | Marked text | ||
[link text](https:// "title") | Link | ||
 | Image | ||
`Code` | Code |
在筆記中貼入程式碼 | |
```javascript var i = 0; ``` |
|
||
:smile: | ![]() |
Emoji list | |
{%youtube youtube_id %} | Externals | ||
$L^aT_eX$ | LaTeX | ||
:::info This is a alert area. ::: |
This is a alert area. |
On a scale of 0-10, how likely is it that you would recommend HackMD to your friends, family or business associates?
Please give us some advice and help us improve HackMD.
Do you want to remove this version name and description?
Syncing
xxxxxxxxxx
StatusList
inital thoughts from Christian and Paul
Requirements
Ideas
What about JADES? Would this mean JWS and CWT (CWT supports unprotected header, whereas JWT does not)Example StatusList-JWS
JWT Status List Credential (K added)
The
typ
header parameter of the Status List JWT MUST be present. Thetyp
value MUST usestatuslist+jws
.The following JWT claims [@!RFC7519] MUST be present in a Status List Credential expressed as a JWT:
iss
: REQUIRED. The issuer of the Status List JWT. The value ofiss
MUST be a URI.iat
: REQUIRED. The time of issuance of the Status List JWT.exp
: OPTIONAL. The expiry time of the Status List JWT.encoded_status
: REQUIRED. Bitstring values that express the status of the digital credential. It is GZIP-compressed [@!RFC1952] and base64 encoded [@!RFC4648].Note: If the issuer makes use of
exp
, it is RECOMMENDED to reissue a new status list before theexp
date is reached. (P added)Example Entry in SD-JWT credential
Claims to be added to a Credential (K added)
status
: REQUIRED. The information on how to read the status of the Credential. See TBD for more information.How to prove Status in offline Scenarios (K added)
When both Holder and the Verifier is offline.
Validation
Creation
Do we want this..?
Predefined Statuses
Privacy Considerations
Security Considerations
Questions
Other options for status list jwt
I dislike the ex
typ is for JOSE header (Paul)
Status List Types
Define common statuses:
Define common status lists:
Type definition for "revocation-list":
Type definition for "revocation-suspension-list":
How to use well-defined status list types:
How to define new types: