fix(adapters): autogenerate user id in the kysely adapter#9356
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
2 Ignored Deployments
|
|
@Schniz is attempting to deploy a commit to the authjs Team on Vercel. A member of the Team first needs to authorize it. |
| pool: new Pool({ | ||
| host: "localhost", | ||
| database: "kysely_test", | ||
| user: "kysely", |
Check failure
Code scanning / CodeQL
Hard-coded credentials
| pool: createPool({ | ||
| database: "kysely_test", | ||
| host: "localhost", | ||
| user: "kysely", |
Check failure
Code scanning / CodeQL
Hard-coded credentials
| database: "kysely_test", | ||
| host: "localhost", | ||
| user: "kysely", | ||
| password: "kysely", |
Check failure
Code scanning / CodeQL
Hard-coded credentials
|
Why did we switch to using those core Adapter types? I am not able to type the Database interface. Look at #10441, could you guide me on how to properly implement it. I am using the same schema mentioned in the docs. I think you should use standard schema style for verifying schema, that was being used and |
|
I will test it in my app and get back to you! It did fix my typing errors. |
☕️ Reasoning
🧢 Checklist
🎫 Affected issues
Please scout and link issues that might be solved by this PR.
Fixes: INSERT_ISSUE_LINK_HERE
📌 Resources