[webauthn] .store() is confusing

leshi has just created a new issue for https://github.com/w3c/webauthn:

== .store() is confusing ==
As defined, webauthn inherits the default implementation of .store() from CredMan.  Unfortunately, this means that .store() is a NOOP, but actually resolves.  It does not throw.  That means a caller will be confused in that they will call .store(), not see anything blow up, and not really realize that the .store() had no effect.

Please view or discuss this issue at https://github.com/w3c/webauthn/issues/551 using your GitHub account

Received on Friday, 8 September 2017 18:24:15 UTC