Skip to content

Commit 52e15f1

Browse files
authored
fix typo
1 parent 525ab7e commit 52e15f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/best-practices.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Upon being invoked by a CDS Client, the CDS Service should first process the giv
4242
3. Ensure that the `exp` value is not before the current date/time.
4343
4. Ensure that the `tenant` value exists in the CDS Service's whitelist of trusted tenants (may not be applicable to all CDS Services).
4444
5. Ensure that the JWT signature matches the public key on record with the CDS Service. See additional notes below.
45-
6. Ensure that the `jti` value doesn't exist in the short-term storage of JWTs previously processed by this CDS Servie.
45+
6. Ensure that the `jti` value doesn't exist in the short-term storage of JWTs previously processed by this CDS Service.
4646

4747
Once the JWT has been deemed to be valid, the `jti` value should be stored in the short-term storage of processed JWTs. Values in this storage only need to be kept for the maximum duration of all JWTs processed by this CDS Service. If the CDS Clients are adhering to best practices, this should be no more than an hour.
4848

0 commit comments

Comments
 (0)