Skip to content

Commit

Permalink
Update src/engine/authentication.md
Browse files Browse the repository at this point in the history
  • Loading branch information
djrtwo authored Feb 7, 2022
1 parent b32028f commit 3162ac5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/engine/authentication.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 3162ac5

Please sign in to comment.