blockstack-browser icon indicating copy to clipboard operation
blockstack-browser copied to clipboard

The Blockstack Browser

Results 102 blockstack-browser issues
Sort by recently updated
recently updated
newest added

This PR * add `appsMeta` to the user profile (next to `apps`) that contains * the public key for the user for the app (`public_key`) and * the gaia hub...

This PR * adds the cant-be-evil header

Signed-off-by: Mary Anthony

This issue was reported by a user to support he is having an issue with blockstack browser with FF and Safari -------------------------------- # 6523 Blockstack keeps asking me to recover...

bug
P2 bug

This PR implements handling of collection scopes, collections storage bucket and encryption key generation based on the design proposal. It makes use of the [identity settings](https://github.com/blockstack/blockstack-browser/pull/1936) feature for storage of...

Impacts DOCS

### Browser should perform key generation for collections Collection data would be stored in separate Gaia buckets not related to any apps. Collections data buckets in profile.json: ```javascript "collections.contacts": "https://gaia.blockstack.org/hub/143tnkzivFVgPqerPKUoKLdyvgyYNPjM9/...

### Goal The browser should be able to handle auth requests with collection scopes. An auth request from the client-side app looks like this: ```javascript import { Collections } from...

This is coming in from a user on reddit who has been sent a link to this issue to add to. I will add anything else in here that they...

When adding your own Gaia hub if the users Gaia hub URL is not perfectly formatted as expected the browser will give an infinite spinner and 404 errors will appear...

bug
P3