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

Move state updates to last in RP verification steps #1807

Merged
merged 2 commits into from
Oct 5, 2022

Commits on Sep 22, 2022

  1. Change definition type of credential record items to abstract-op

    This will help avoid conflicts with existing definitions, including [=scope=],
    as we introduce a struct for devicePubKey records as well.
    emlun committed Sep 22, 2022
    Configuration menu
    Copy the full SHA
    2ccb9f8 View commit details
    Browse the repository at this point in the history
  2. Move state updates to last in in RP verification steps

    The state should be updated only after verifying the signature. This change will
    be useful for the devicePubKey branch.
    emlun committed Sep 22, 2022
    Configuration menu
    Copy the full SHA
    05fe54d View commit details
    Browse the repository at this point in the history