Winston
Winston
Explore posts from servers
BABetter Auth
Created by Winston on 3/5/2025 in #bug-reports
API Key Metadata is null?
Appreciate it!
15 replies
BABetter Auth
Created by Winston on 3/5/2025 in #bug-reports
API Key Metadata is null?
I want to ask though @Ping ,
const keyValid = await auth.api.verifyApiKey({
body: {
key: apiKey,
},
});

const key = await auth.api.getApiKey({
headers: c.req.raw.headers,
query: {
id: keyValid.key?.id ?? "",
},
});
const keyValid = await auth.api.verifyApiKey({
body: {
key: apiKey,
},
});

const key = await auth.api.getApiKey({
headers: c.req.raw.headers,
query: {
id: keyValid.key?.id ?? "",
},
});
in the above code, the return type of keyValid.metadata is the string in the DB without being processed, e.g. "{\"org\":\"gh89j1rtNQDci5tq7eK0cQ9nx7BZodBJ\"}" while in the case of key.metadata, it is an object/record, which I can call key.metadata.org in the above example. Is this intended behavior?
15 replies
BABetter Auth
Created by Winston on 3/5/2025 in #bug-reports
API Key Metadata is null?
Awesome
15 replies
BABetter Auth
Created by Winston on 3/5/2025 in #bug-reports
API Key Metadata is null?
Hi @Ping , what’s the typical timeline for a merged PR to make it to beta, and to be released?
15 replies
BABetter Auth
Created by Winston on 2/3/2025 in #bug-reports
Using useListOrganization() causes API to call `/api/auth/t-o-j-s-o-n`
solved: it turns out this is caused by tanstack router's dev tools trying to serialize the authclient
4 replies
BABetter Auth
Created by Winston on 2/3/2025 in #bug-reports
Using useListOrganization() causes API to call `/api/auth/t-o-j-s-o-n`
I am on non-SSR SPA, so I shouldnt have that issue but I'll double check
4 replies
CDCloudflare Developers
Created by Winston on 4/24/2024 in #general-help
How to use VS Code Debugger for Workers Rust?
makes sense, thanks anyway!
3 replies