1
0
mirror of https://github.com/node-red/node-red.git synced 2023-10-10 13:36:53 +02:00

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

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