Kazz
Explore posts from serversNode Web Sockets in Hono
I looked for it, they only show for Deno and Bun and Cloudflare workers
https://hono.dev/docs/helpers/websocket
42 replies
Node Web Sockets in Hono
However this doesn't look like good code at all and I was expecting it to give me errors in the future. Which it did.
I used
Better-Auth
with Hono and here is were my problems started showing. A lot of better auth functionalities got limited and some break because of this code. And I'm pretty sure later on other things will break because of this
[3/3]42 replies
BABetter Auth
•Created by Kazz on 4/15/2025 in #help
Sessions not working
Marking this as solved as it's a problem made by me and not the library
28 replies
BABetter Auth
•Created by Kazz on 4/15/2025 in #help
Sessions not working
I'll figure out how to allow better-auth to bypass this as well
28 replies
BABetter Auth
•Created by Kazz on 4/15/2025 in #help
Sessions not working
It something I did and totally forgot about for Hono itself.
I've changed the way the Hono serves the application by bypassing some stuff so that my socket works
28 replies
BABetter Auth
•Created by Kazz on 4/15/2025 in #help
Sessions not working
I think i found the problem
28 replies
BABetter Auth
•Created by Kazz on 4/15/2025 in #help
Sessions not working
Without cache and secure cookies
1. The cookie gets set
2. On sign out it doesnt get deleted
28 replies
BABetter Auth
•Created by Kazz on 4/15/2025 in #help
Sessions not working
despite them being deleted from the database
28 replies