JohnyD
JohnyD
BABetter Auth
Created by JohnyD on 4/10/2025 in #help
ctx.error type
No description
5 replies
BABetter Auth
Created by JohnyD on 3/19/2025 in #help
Admin plugin
I am logged in but see
{
data: null,
error: { code: 'UNAUTHORIZED', status: 401, statusText: 'UNAUTHORIZED' }
}
{
data: null,
error: { code: 'UNAUTHORIZED', status: 401, statusText: 'UNAUTHORIZED' }
}
const users = await authClient.admin.listUsers({
query: {
limit: 10,
},
});
console.log(users);
const users = await authClient.admin.listUsers({
query: {
limit: 10,
},
});
console.log(users);
17 replies
BABetter Auth
Created by JohnyD on 1/5/2025 in #help
myCustomErrorCodes
No description
1 replies