Login automatization

Describe the problem/error/question

I want to automatize login process to n8n and I can not find some solution. Im running on n8n docker so my vision is something like:

enviroment:

Or is some option to skip this step by some credentials saved in the project? I need to achieve that everytime im re-building my project I do not need to manually login but it will log me in automaticaly by the set/stored login data. Is some option to do that? How?

What is the error message (if any)?

No error message

Please share your workflow

No workflow created yet

(Select the nodes on your canvas and use the keyboard shortcuts CMD+C/CTRL+C and CMD+V/CTRL+V to copy and paste the workflow.)

Share the output returned by the last node

Information on your n8n setup

  • n8n version:1.21.0
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):Docker
  • Operating system:MAC (linux)

Hey @Filip_Machala,

Welcome to the community :cake:

We don’t have anything to automate the initial account creation but one thing you could do is keep the sqlite database and use the same one that way if you redeploy it will still use your data and you won’t need to fill our the details for the owner account.

You could also look into browser automation as a possible solution.

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