Gustav Corpas

Results 3 issues of Gustav Corpas

### TLDR; You cannot reliably map data on an authenticated gun.user in the same way you can when using just gun. ### Why is this bad. A practical example Say...

### Edit 02: Okay. I suppose the problem here is that because a new node is not created when doing: `const info = gun.get("foo").get("info").put("fido");` this is essentially the same thing...

### Description I've encountered an issue where subsequent calls to `put` break if a wrong certificate is passed in. The issue is observed when there's a delay between calls, causing...