Skip to content

Commit 1821e4e

Browse files
authored
Add refrene to autoLogin
fixes node-red/node-red#4952
1 parent e2ef104 commit 1821e4e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/user-guide/runtime/securing-node-red.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,8 @@ The `strategy` property takes the following options:
203203
to have a `username` property that is used to check against the list of valid
204204
users. Passport attempts to standardize the user profile object, so most strategies
205205
provide this property.
206+
- `autoLogin` - boolean, when `true` will automatically redirect to the authentication
207+
provider rather than asking the user to click a button.
206208

207209
The `callbackURL` used by a strategy is where the authentication provider will
208210
redirect to following an auth attempt. It must be the URL of your Node-RED editor

0 commit comments

Comments
 (0)