Signer-plugin-based approach (plugins available)

This commit is contained in:
Jaco Greeff
2017-09-29 15:04:57 +02:00
parent 9daa884699
commit 39b5e5b98a
18 changed files with 843 additions and 395 deletions

View File

@@ -170,6 +170,8 @@ export default class Store {
}
this.middleware.push(middleware);
return true;
}
hasValidToken = (method, appId, token) => {