FlowFuse / nr-launcher

A Laucher for Node-RED that allows settings to be loaded at startup.
Apache License 2.0
4 stars 6 forks source link

Fix auth handling when editor moved from default path #240

Closed knolleary closed 2 months ago

knolleary commented 2 months ago

The recent change to make the callback urls relative to the current domain didn't take into account if the editor had been moved away from the default / path.

This fixes that by extracting the path component of baseURL and prepending it to the callback path.