@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 +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -2307,7 +2307,7 @@ var AuthManager = class {
|
|
|
2307
2307
|
}
|
|
2308
2308
|
return null;
|
|
2309
2309
|
}
|
|
2310
|
-
//
|
|
2310
|
+
// admin/standalone functions (delegated to auth-functions.js due to lack of need for request context)
|
|
2311
2311
|
async createUser(credentials, userId, callback) {
|
|
2312
2312
|
return createUser(this.config, credentials, userId, callback);
|
|
2313
2313
|
}
|