We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e2ef104 + 1821e4e commit 7fcd87fCopy full SHA for 7fcd87f
docs/user-guide/runtime/securing-node-red.md
@@ -203,6 +203,8 @@ The `strategy` property takes the following options:
203
to have a `username` property that is used to check against the list of valid
204
users. Passport attempts to standardize the user profile object, so most strategies
205
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.
208
209
The `callbackURL` used by a strategy is where the authentication provider will
210
redirect to following an auth attempt. It must be the URL of your Node-RED editor
0 commit comments