Hi there, I am trying to authenticate users through a text input, however I see that the text input changes or sends the payload through on every change made to the input.

Hi there, I am trying to authenticate users through a text input, however I see that the text input changes or sends the payload through on every change made to the input.

Hello,
It would be easier if you used the form node instead of text input. With the form node you can add both a username and password field in one widget and have a submit/login button at the bottom. You can also make it mandatory to enter something to be able to submit. Here is an example from my dashboard that has 4 different text inputs in one form node:
Johannes
That is awesome thanks for that, however how do I now send and receive through it?
This is awesome! So my idea is to have a login screen, I can successfully test the login credentials now I would like possibly redirect to another page?
As well as is there a way to globally set variables, as I would like to try something along the lines of this; 
If successful redirect to a new page, else show an error,
I managed to figure this out