Hey helpful people! !
I’m looking to see if I can build my own login flow for my n8n instance so I don’t have to use the basic auth flow mentioned here: https://docs.n8n.io/reference/server-setup.html#_6-create-env-file. However, there are a few challenges.
How would I display a logout button into the n8n UI when nothing can be embedded into the n8n instance unless I fork it?
If I fork it, I’m likely not going to be able to update as smoothly to future versions of this platform.
In addition, is there a logout button currently for n8n’s basic auth flow? It feels weird always being logged unless I clear my cookies.
Would love for someone to point me in the right direction for this!