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

Make [[Create]] consistently create its Credentials from a task #192

Open
jyasskin opened this issue Feb 14, 2022 · 0 comments
Open

Make [[Create]] consistently create its Credentials from a task #192

jyasskin opened this issue Feb 14, 2022 · 0 comments
Assignees

Comments

@jyasskin
Copy link
Member

https://www.w3.org/TR/credential-management-1/#algorithm-create-cred says it's called in parallel and returns an algorithm to create Credential objects so that the algorithm can be called from a task.

https://www.w3.org/TR/credential-management-1/#algorithm-create accepts a Credential result, not just an algorithm.

https://www.w3.org/TR/credential-management-1/#create-passwordcredential does not return an algorithm, and accesses lots of objects that shouldn't be accessed from in parallel.

See also #137 for the equivalent problem in [[DiscoverFromExternalSource]].

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

2 participants