@eaccess/auth 0.1.4 → 0.1.5

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/dist/index.cjs CHANGED
@@ -2383,7 +2383,7 @@ var AuthManager = class {
2383
2383
  }
2384
2384
  return null;
2385
2385
  }
2386
- // Admin/standalone functions (delegated to auth-functions.js)
2386
+ // admin/standalone functions (delegated to auth-functions.js due to lack of need for request context)
2387
2387
  async createUser(credentials, userId, callback) {
2388
2388
  return createUser(this.config, credentials, userId, callback);
2389
2389
  }