[CORL-628] CLI Support (#2646)

* feat: improved api for reloading tenants for cli

* fix: cleaned up merge beheviour

* feat: added support for stream/story edge

* feat: support tenant install

* fix: updated snapshot

* fix: fixed tests
This commit is contained in:
Wyatt Johnson
2019-11-08 00:40:56 +00:00
committed by GitHub
parent 2dbba52fbd
commit ce4a3408fc
74 changed files with 690 additions and 215 deletions
@@ -26,7 +26,6 @@ export function setAccessTokenInLocalState(
localRecord.setValue(accessToken || "", "accessToken");
if (accessToken) {
const { payload } = parseJWT(accessToken);
// TODO: (cvle) maybe a timer to detect when accessToken has expired?
// Set the exp if it's valid.