github / webauthn-json

🔏 A small WebAuthn API wrapper that translates to/from pure JSON using base64url.
https://github.github.com/webauthn-json/demo/
MIT License
757 stars 60 forks source link

missing keys? #18

Closed Arvanaghi closed 4 years ago

Arvanaghi commented 4 years ago

EDIT: Resolved

jswhisperer commented 4 years ago

I think it's related but

user: { 
                id: "IIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIII", 
                name: "test_user", 
                displayName: "Test User" 
            },

This whole pojo doesn't seem to be stored in the localStorage or used in any way?

Arvanaghi commented 4 years ago

@gregbenner Those are stored on the authenticator itself. It does not need to be saved in localstorage.