jalol
jalol
Explore posts from servers
BABetter Auth
Created by jalol on 4/20/2025 in #help
Can I use better auth as authentication layer between hono backed and next js frontend?
I'm building platform that has hono js as backend, next js for web app, expo for mobile, prisma for db within turborepo. I'm using nextjs server side data fetching so I have to check authorisation on server side of next js. I know this case is too much complicated. Please if you have any near examples or suggestions, It would help a lot.
11 replies
BABetter Auth
Created by jalol on 2/11/2025 in #help
Testing Auth API using postman
I'm running separate backend (hono js) and frontend (react vite). I want to build backend and frontend separately and test them individually. Unfortunately, I couldn't find any documentation server endpoints to check auth API. It seems like better auth forces using their SDK for everything. What I want: test my backend only using API clients such as postman, insomnia. Can anyone find solution for this use case?
3 replies