@5minds/node-red-contrib-processcube 1.15.4-develop-7a2ede-md307xn3 → 1.15.5-develop-07a4c7-mdeihj3h
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/check-authorization.html +0 -7
- package/package.json +1 -1
package/check-authorization.html
CHANGED
@@ -4,7 +4,6 @@
|
|
4
4
|
color: '#02AFD6',
|
5
5
|
defaults: {
|
6
6
|
name: { value: '' },
|
7
|
-
engine: { value: '', type: 'processcube-engine-config' },
|
8
7
|
options: {
|
9
8
|
value: [{ claim: '' }],
|
10
9
|
},
|
@@ -112,11 +111,6 @@
|
|
112
111
|
<input type="text" id="node-input-name" placeholder="Name" />
|
113
112
|
</div>
|
114
113
|
|
115
|
-
<div class="form-row">
|
116
|
-
<label for="node-input-engine"><i class="fa fa-tag"></i> Engine-URL</label>
|
117
|
-
<input type="text" id="node-input-engine" placeholder="Engine-URL" />
|
118
|
-
</div>
|
119
|
-
|
120
114
|
<div class="form-row form-row-flex node-input-option-container-row" style="margin-bottom: 0px;width: 100%">
|
121
115
|
<label for="node-input-width" style="vertical-align:top"><i class="fa fa-list-alt"></i> Claims</label>
|
122
116
|
<div id="node-input-option-container-div" style="box-sizing:border-box; border-radius:5px; height:257px; padding:5px; border:1px solid var(--red-ui-form-input-border-color, #ccc); overflow-y:scroll; display:inline-block; width: 70%;">
|
@@ -135,7 +129,6 @@ A Node that checks if a user has the specified claims
|
|
135
129
|
## Configs
|
136
130
|
|
137
131
|
: name (string): name of the node
|
138
|
-
: engine (engine-node): the engine to connect to
|
139
132
|
: claims (list of strings): the claims the user needs to be authorized
|
140
133
|
|
141
134
|
### References
|