deso-protocol / deso-protocol/identity
Brave / Edge not supported
- Dominant language
- TypeScript
- Stars
- 69
- Forks
- 64
- PR merge metrics
- No merged PRs in 30d
Description
Running into an issue with member.cash identity login - all requests are returning {approvalRequired: true}
The issue seems to be -
In the login window, a value, 'seed-hex-key-member.cash' is set in localStorage.
The iframe expects to be able to retrieve this value but finds that localStorage is empty so creates a new value.
localStorage is both get and set in the identity 'seedHexEncryptionKey' method.
Not sure why this issue is present on member.cash but not on bitclout.com - maybe to do with third party domain restrictions.
Issue can be seen and tested on current member.cash site.
Issues is consistent across Windows 10 Brave, Windows 10 Edge, Android Brave
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.