Jorg van der Ham

Results 5 issues of Jorg van der Ham

The script doesn't seem to work with postgres tablenames using "": I get: ``` Deprecated: "user" was not specified in the config. A future release will cause this to be...

I'm using the following setup: ``` imaginary: image: h2non/imaginary:latest environment: PORT: 9000 DEBUG: "*" command: -cors -enable-url-source -enable-auth-forwarding -allowed-origins ports: - "9001:9000" ``` And when I'm fetching the image in...

I'm trying to run httrack on Mac os 10.13 high sierra with the --catchurl flag on but getting the following error: Unable to create a temporary proxy (no remaining port)...

On line 17 in index.js app is passed to the init function: require('./authentication').init(app) What's the purpose of this? I tried without and it doesn't seem to affect functionality. https://github.com/RisingStack/nodehero-authentication/blob/master/app/index.js#L17

## ☕️ Reasoning The @auth/kysely-adapter currently depends on the tables to be configured in postgres. But it's good practice to add the tables in their own schema (eg auth.User, auth.Session,...

adapters
kysely