Restore RED.auth to node-red module api

This commit is contained in:
Nick O'Leary
2019-01-16 23:41:44 +00:00
parent dd72046922
commit 901b32297e

View File

@@ -166,5 +166,11 @@ module.exports = {
* @see @node-red/runtime
* @memberof node-red
*/
runtime: runtime
runtime: runtime,
/**
* The editor authentication api.
* @memberof node-red
*/
auth: api.auth
};