codecret | Software Engineer
Explore posts from serversBABetter Auth
•Created by codecret | Software Engineer on 3/18/2025 in #help
403 error when listing user from superadmin role
news?
6 replies
DTDrizzle Team
•Created by rykr on 3/21/2025 in #help
do I still need to use drizzle-kit?
drizzle-kit doesnt play a role in relations, relations are just high level of abstractions, it's the way to run migrations and perform actions on table such as creating updating delete tables columns operations etc.
2 replies
BABetter Auth
•Created by codecret | Software Engineer on 3/18/2025 in #help
403 error when listing user from superadmin role
im not sure if this is the right approach but still same error
6 replies
BABetter Auth
•Created by codecret | Software Engineer on 3/18/2025 in #help
you are not allowed to list users 403 error
15 replies
BABetter Auth
•Created by jirik9 on 3/17/2025 in #help
How to log sign-in, sign-out, and errors?
additionally you can setup a middleware to only check for the existence of a session cookie to handle redirection.
6 replies
BABetter Auth
•Created by jirik9 on 3/17/2025 in #help
How to log sign-in, sign-out, and errors?
you can use authClient from client components , here is the implementation
6 replies
BABetter Auth
•Created by codecret | Software Engineer on 3/18/2025 in #help
you are not allowed to list users 403 error
this. is returning. 403 !
15 replies
BABetter Auth
•Created by codecret | Software Engineer on 3/18/2025 in #help
you are not allowed to list users 403 error
any help?
i setted up superadmin as role in database
15 replies
BABetter Auth
•Created by codecret | Software Engineer on 3/18/2025 in #help
you are not allowed to list users 403 error
thanks for answering btw
15 replies
BABetter Auth
•Created by codecret | Software Engineer on 3/18/2025 in #help
you are not allowed to list users 403 error
and how can i use that , by just setting the
role
field as superadmin ?15 replies
BABetter Auth
•Created by jirik9 on 3/17/2025 in #help
How to log sign-in, sign-out, and errors?
6 replies
BABetter Auth
•Created by jirik9 on 3/17/2025 in #help
How to log sign-in, sign-out, and errors?
if you are using server components use auth instance,
if you are using client component use authClient instance
6 replies
BABetter Auth
•Created by codecret | Software Engineer on 3/18/2025 in #help
you are not allowed to list users 403 error
i made sure that
is returning true in my application
15 replies