you are not allowed to list users 403 error
i want to create superadmin for the owner of sas project,
auth
and for authClient.tsx
and its still showing
"code": "YOU_ARE_NOT_ALLOWED_TO_LIST_USERS",
here is my permissions:
5 Replies
i made sure that
is returning true in my application
by defult the beeterauth only considers
admin
as a vaild admin role even if you create a custom admin with admin permition
so your auth.ts file shoud have something like this
and this is my auth.ts file
i hope this helpsand how can i use that , by just setting the
role
field as superadmin ?
thanks for answering btw
any help?
i setted up superadmin as role in database
this. is returning. 403 !are you on latest?