-
Notifications
You must be signed in to change notification settings - Fork 0
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
Address PR #9175 review comments #4
Conversation
This should have been removed in 4a14a21 when the WebAuthn state moved from config to DB.
@emlun Once this is merged in, I'll retest. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry, I started nitting again. Overall looks good. There is one relevant comment about config changes again.
This solves 2 problems: no need to reload the name on config changes, because the device ID should rarely or never change; and consequently we don't get credentials with a stale RP display name, as there's no way in WebAuthn L2 to signal to the authenticator that the RP display name (if stored) should be updated.
No need to apologize, I really appreciate the comments! Last night I added a few changes to also address the discussion on the default-reflection in I considered doing this "globally" in @imsodin Would you like to re-review these changes here or shall I just merge them into syncthing#9175? |
Lets merge - there are now also a lot of changes here, so the benefit of being small is no longer there and the "change-indirection" adds quite a bit of cognitive load for me :) |
This is a meta-PR into:
@imsodin I believe this should address these comments: