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

Fix #587: Make PublicKeyCredentialEntity members required in IDL #669

Merged
merged 1 commit into from
Nov 7, 2017

Conversation

emlun
Copy link
Member

@emlun emlun commented Nov 3, 2017

This resolves #587.

Summary:

  • Make member PublicKeyCredentialEntity.name required
  • Make member PublicKeyCredentialUserEntity.id required
  • Make member PublicKeyCredentialUserEntity.displayName required
  • Remove algorithm step from §5.1.3 Create a new credential that
    instructed to throw an exception if any of the above members were
    missing

Preview | Diff

… IDL

This resolves #587.

Summary:

- Make member `PublicKeyCredentialEntity.name` required
- Make member `PublicKeyCredentialUserEntity.id` required
- Make member `PublicKeyCredentialUserEntity.displayName` required
- Remove algorithm step from _§5.1.3 Create a new credential_ that
  instructed to throw an exception if any of the above members were
  missing
Copy link
Contributor

@equalsJeffH equalsJeffH left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, LGTM!

@equalsJeffH
Copy link
Contributor

reviewed & approved: #669 (review)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Nothing required in PublicKeyCredentialEntity
3 participants