@eluvio/elv-client-js 4.0.113 → 4.0.114

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eluvio/elv-client-js",
3
- "version": "4.0.113",
3
+ "version": "4.0.114",
4
4
  "description": "Javascript client for the Eluvio Content Fabric",
5
5
  "main": "src/index.js",
6
6
  "author": "Kevin Talmadge",
@@ -150,8 +150,7 @@ class AuthorizationClient {
150
150
 
151
151
  if(channelAuth && this.client.signer && this.client.signer.remoteSigner) {
152
152
  // Channel auth not supported for remote signer, use a self-signed no-auth token instead
153
- noAuth = true;
154
- channelAuth = false;
153
+ return this.client.CreateFabricToken({context});
155
154
  }
156
155
 
157
156
  let authorizationToken;