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
No known key found for this signature in database
GPG Key ID: 4F2157149161A6C9
1 changed files with 7 additions and 1 deletions

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
};