Implement request signing and permitted domains
Compare changes
+ 53
− 14
@@ -47,6 +47,7 @@ import {
@@ -129,6 +130,22 @@ function setIdentityInLocalStorage(identityToStore, extendKey = true) {
@@ -260,7 +277,7 @@ const destroyIdentity = () => {
@@ -393,7 +410,7 @@ function loadIdentityInternal(identityKey, pinCode) {
@@ -479,10 +496,10 @@ function getCertificateForPassport(passportUUID, internal) {
@@ -529,7 +546,7 @@ function getCertificateForPassport(passportUUID, internal) {
@@ -555,11 +572,33 @@ const connection = Penpal.connectToParent({
@@ -568,7 +607,7 @@ const connection = Penpal.connectToParent({
@@ -629,7 +668,7 @@ const connection = Penpal.connectToParent({
@@ -758,7 +797,7 @@ const connection = Penpal.connectToParent({
@@ -995,7 +1034,7 @@ const connection = Penpal.connectToParent({
@@ -2489,7 +2528,7 @@ connection.promise.then(parent => {
@@ -2572,7 +2611,7 @@ connection.promise.then(parent => {
@@ -2604,7 +2643,7 @@ connection.promise.then(parent => {
@@ -2711,7 +2750,7 @@ connection.promise.then(parent => {