Register and Login #112
Replies: 1 comment 2 replies
-
Hey there - this is a question with quite a lot of mixed sub-questions, where maybe the core concept isn't really clear. FIDO2 is about having a trusted software (browser, OS) create a certificate for a specific domain, keeping it safe and asking the user during a login which one and if he wants to use it. This prevents a multitude of attacks and has great usability. If you register with one software, you need to use the same software on the same device to log in (unless the software synchronizes these certificates to multiple devices). No, it is sufficient to save specific parts of the response to properly validate the login later on. You can refer to the OWASP-SSO to see it in action with examples. |
Beta Was this translation helpful? Give feedback.
-
I just wanted to ask if the library could also verify a login since in the example https://webauthn.guide the two processes (create and login) have two different credential responses which are verified in different ways... also do I need the save the whole credential response with the public key and how can I send them to the server since it seems like json stringify does not like the uint8array.
Sorry if this is a stupid question but I couldn't find any examples that would answer these questions
Beta Was this translation helpful? Give feedback.
All reactions