Natan
Results
2
comments of
Natan
Hey, I implemented a workaround that forces all output (stdout & stderr) into my structured logger (zap) while preserving formatting. It’s not the cleanest solution, but it works. ```go package...
## Enabling Google & GitHub Authentication Hi! I was able to enable both **Google** and **GitHub** authentication by passing the following environment variables: ```bash SERVER_URL="https://" SERVER_AUTH_COOKIE_DOMAIN="" SERVER_AUTH_GITHUB_ENABLED="true" SERVER_AUTH_GITHUB_CLIENT_ID="" SERVER_AUTH_GITHUB_CLIENT_SECRET=""