Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Expiration of "action" states #9

Open
peacekeeper opened this issue Sep 28, 2021 · 0 comments
Open

Expiration of "action" states #9

peacekeeper opened this issue Sep 28, 2021 · 0 comments

Comments

@peacekeeper
Copy link
Member

Using an "action" state, the registrar can ask a client to perform some action (e.g. sign a payload, send coins, agree to a legal text, etc.). Should this state contain an expiration time after which it is not valid anymore? This could be part of didRegistrationMetadata.

Example:

{
    "jobId": "1234",
    "didState": {
      "state": "action",
      "action": "signPayload",
      "signingRequest": {
        "signingRequest1": {
          ...
        }
      }
    },
    "didRegistrationMetadata": {
        "stateExpires": "1541499210"
    },
    "didDocumentMetadata": { }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant