Webhook session login management

Hi,
Could you please tell me if it is possible to add a session management to a webhook?
I would like to implement a login and password to grant the access.
And to be able to log the session and activity.

Thanks a lot!

Hey @herrT15,

You can add credentials to a webhook by setting the Authentication option.

image

If your workflow is logging executions you could use that to see when it was ran as it would only run if the credentials are correct. While this technically isn’t session management and only allows for one user per webhook it could be a starting point.

You could also build out a login solution with the webhook node, crypto node and a database node to validate credentials but that could be too crazy for what you are trying to do.

Hi,

Actually, I need to work on your below solution :
You could also build out a login solution with the webhook node, crypto node and a database node to validate credentials but that could be too crazy for what you are trying to do.

Do you have any clue on it?
Thanks a lot

BTW my project is woking fine! thanks for all

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.