Less

Results 37 issues of Less

@mynameiskeo can you spec that?

- [ ] Don't change scope to "login" if there isn't "requestId"

TODO - [ ] Add checkbox "Remember me" on login page with tooltip - [ ] Display logged user on the interface - [ ] Add a way to logout...

We need to give helper for this flow within the SDK https://github.com/steemit/steemconnect/wiki/OAuth-2#code-authorization-flow

#### How to reproduce: Open this link with Android v4.4 or lower: https://app.steemconnect.com/oauth2/authorize?client_id=partiko-steemcon&response_type=code&redirect_uri=https%3A%2F%2Fpartiko.io&scope=offline,vote,comment,delete_comment,comment_options,custom_json,claim_reward_balance Reported by @crypto.talk

When i use Portis SDK to sign a message using `signMessage` it generate another signature than if i were using MetaMask or Fortmatic SDK with the same message to sign....

Can you reduce the size of Portis SDK, now it's the most heavy dependency in my app after Ethers.js, around 600kb. For example Fortmatic SDK is around 20 times smaller,...

Portis SDK is sending requests to Portis API and cross domain cookie for any visitors (even if they don't login with Portis). This create a 2 to 3 seconds loading...