SkyID icon indicating copy to clipboard operation
SkyID copied to clipboard

Global frontend-only verification system for web3 dapps

Results 21 SkyID issues
Sort by recently updated
recently updated
newest added

Im getting the error message "Error: unable to detect dapp container URL" when trying to initialize SkyID on a custom domain. Example: https://skynet.gallery

https://discord.com/channels/341359001797132308/347026753274904586/822946830614003773

If the skapp url is given in the form https://siasky.net/skylink (e.g. as produced by siasky.net web interface), then `skyid.sessionStart()` changes `window.location.href` and the web page is reloaded. After that, `skyid.sessionStart()`...

It looks like as of right now the `Sign in with SkyID` popup is hard coded to siasky.net. Imo that popup should use the same portal as the Skapp requesting...

![kép](https://user-images.githubusercontent.com/10603822/100099851-425c1080-2e60-11eb-8aa8-5be5fd534f91.png)

I think a good way to achieve this is to split it into different "sub-accounts" or "scopes" of a SkyID identity. SkyID: Contains your profile picture, other information and all...

Is it possible to get master-seed from Google, Facebook, Github?

enhancement

Ability to give access to App2 to read some data of App1 without reading all App1 data.

Auto-close pupup (skip) when: ``` if first_login_domain && domain == first_login_domain: skip else: warn ```

bug
enhancement

The function signature of getRegistry only allows you to specify a datakey, with the public key derived from the user's seed. Let's say I want to look up data uploaded...

documentation