github/webauthn-json

missing keys?

Arvanaghi opened this issue · 2 comments

EDIT: Resolved

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?

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