catnaut
catnaut
(Apologies for any language barriers; English is my second language.) I frequently encounter Git conflicts while using Logseq across multiple devices. Currently, resolving these conflicts involves navigating to VSCode or...
Add Option Never show inline code copy button and refactor the inline code copy style setting 
index.ts: - Refactored getSession based on https://github.com/nextauthjs/next-auth/blob/main/packages/frameworks-express/src/index.ts for improved alignment. - Replaced redundant Env handling with @auth/core's setEnvDefaults for cleaner configuration. - fix #741 - Removed redundant configuration checks already...
A potential security risk may have been introduced in #549 while addressing #537. Specifically, using `X-Forwarded-*` headers in @auth/core could enable spoofing if the headers are tampered with. I reviewed...
This is a feature request to add support for [JSON-RPC 2.0](https://www.jsonrpc.org/specification) allow batch call with array ``` --> [ {"jsonrpc": "2.0", "method": "sum", "params": [1,2,4], "id": "1"}, {"jsonrpc": "2.0", "method":...