GramThanos / WebDevAuthn

A tool to test & analyze FIDO2/WebAuthn requests and responses
https://gramthanos.github.io/WebDevAuthn/
GNU General Public License v3.0
23 stars 2 forks source link

Feature request: Add button to copy credential operation URL #5

Open pal1000 opened 1 year ago

pal1000 commented 1 year ago

This URL is already obtainable when using Firefox and if popups are disabled Screenshot 2023-09-13 193739 I know this extension is not intended for production use, no wonder all credentials vanish on browser exit but obtaining credential operation URL would provide minimal persistence support.

GramThanos commented 1 year ago

As I mentioned before, this is a fallback mechanic, thus not much attention was put into it. I will see if I can improve it.

Regarding the "all credentials vanish on browser exit", it depends on your browser settings. The credentials are saved on your browser localstorage, thus under normal operation, they should be persistent across browser sessions (there is another storage that gets cleaned every time you close the browser). I think your browser is configured to clear all the storage data when closed.

If you think an "export keys" feature would be useful for you, please open a new issue so that we can track it easier.

pal1000 commented 1 year ago

For reference these are my browser settings relevant for this inquiry: Screenshot 2023-09-14 190415 Screenshot 2023-09-14 190311

GramThanos commented 1 year ago

The last option "Offline Website Data" is why you are losing your keys.