You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be useful to be able to create a user from a flow.
I'd propose adding a node type that uses mustache templates to extract username, password, and
(optionally) scope.
This will add the user and pass it's input to it's output unchanged. I'm unsure how to handle errors.
The text was updated successfully, but these errors were encountered:
Documentation needs to be updated
Update/uncomment checkedRequiredFields in nodes/users_manager.js
Does not signout users if their credentials have been deleted (only
prevents reauthentication)
It would be useful to be able to create a user from a flow.
I'd propose adding a node type that uses mustache templates to extract username, password, and
(optionally) scope.
This will add the user and pass it's input to it's output unchanged. I'm unsure how to handle errors.
The text was updated successfully, but these errors were encountered: