iRoachie
BABetter Auth
•Created by iRoachie on 3/26/2025 in #bug-reports
auth.api.getActiveMember does not have type signature for role
@bekacru
3 replies
BABetter Auth
•Created by iRoachie on 3/26/2025 in #help
How to get type for permissions
Currently doing this
Parameters<typeof authClient.organization.checkRolePermission>[0]['permission']
Would be great to have this like authClient.$Infer.Permission
3 replies
BABetter Auth
•Created by iRoachie on 3/11/2025 in #help
authClient.admin.hasPermission always returns 401 unauthorized
@bekacru
7 replies
BABetter Auth
•Created by iRoachie on 3/11/2025 in #help
authClient.admin.hasPermission always returns 401 unauthorized
ctx.request has the cookie though
7 replies
BABetter Auth
•Created by iRoachie on 3/11/2025 in #help
authClient.admin.hasPermission always returns 401 unauthorized
Did some console.logs in the .next folder. It seems that session is null in ctx.context.session
7 replies
BABetter Auth
•Created by iRoachie on 3/11/2025 in #help
authClient.admin.hasPermission always returns 401 unauthorized
It works only if i set userId
7 replies
BABetter Auth
•Created by iRoachie on 3/11/2025 in #help
authClient.admin.hasPermission always returns 401 unauthorized
I tried calling getSession and it returned my session successfully.
7 replies