multiprocessio / datastation

App to easily query, script, and visualize data from every database, file, and API.
https://datastation.multiprocess.io
Other
2.9k stars 112 forks source link

Optional auth? #284

Closed dannysummerlin closed 2 years ago

dannysummerlin commented 2 years ago

https://github.com/multiprocessio/datastation/blob/4a4e87ff9ab180731b85e2476c4ab0db0c71f551/server/auth.ts#L51

locally I had to change this from log.error to log.info in order to skip using OpenID, otherwise it just hard errors out. I don't know if that is intentional, or if there is some other way to skip OpenID, just wanted to note it here

eatonphil commented 2 years ago

It works for me. Share the whole logs? It's likely erroring out on something else.

dannysummerlin commented 2 years ago

Sorry, been running running, I'll try to get those captured sooner than later; I'd like to contribute to getting the server component running in Windows anyways so I'll need to do better and pay attention soon anyways, I'll just close this ticket for now!

eatonphil commented 2 years ago

Ah, running the server on Windows is not a goal at the moment. It only works on Linux.