You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 29, 2024. It is now read-only.
source token, which is a GUID, in the envelope. This is public and identifies the agent
authentication token in the HTTP headers. This is secret and authorizes the agent.
I am suggesting that we use JWT for the authorization token. This includes claims for the source token.
I included the source token in the claim in the header so that an Agent has the authorization to delete an Event in future, see #6. The downside is one token per Agent or we make tokens with multiple claims.
Every Event must include a JWT token. This should be used to authorize the Events.
Tokens should claim at least:
By including the source ID, we allow the Agent to issue subsequent modify stored events for Compliance reasons.
The text was updated successfully, but these errors were encountered: