Update src/engine/authentication.md

This commit is contained in:
Danny Ryan 2022-02-07 06:51:10 -07:00 committed by GitHub
parent b32028f5cc
commit 3162ac563b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ If such a parameter _is_ given, but the file cannot be read, or does not contain
## JWT Claims
The JWT payload/claims should include:
This specification utilizes the following list of JWT claims:
- Required: `iat` (issued-at) claim. The EL **SHOULD** only accept `iat` timestamps which are within +-5 seconds from the current time.
- Optional: `id` claim. The CL **MAY** use this to communicate a unique identifier for the individual CL node.