Re: [webauthn] Redundant step 6 in DPK verification for authentication (#1853)

Good catch, thanks! I think you're right that step 6 is redundant. It used to be the "else" part of an "if-else" conditional, and the cases now listed in step 5 used to apply only within the "if" branch of that, so step 6 was needed for the "else" branch. But the "if-else" branching was eliminated in commit [`b92973ce`](https://github.com/w3c/webauthn/commit/b92973ce420c763fc8a4f489a393d4067e5f88b5#diff-5e793325cd2bfc452e268a4aa2f02b4024dd9584bd1db3c2595f61f1ecf7b985L7131), so step 6 should not be needed anymore.

-- 
GitHub Notification of comment by emlun
Please view or discuss this issue at https://github.com/w3c/webauthn/issues/1853#issuecomment-1432851897 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Thursday, 16 February 2023 10:19:56 UTC