vamshinenu
vamshinenu
Explore posts from servers
BABetter Auth
Created by vamshinenu on 3/3/2025 in #help
Session returns null, v.1.2
const session = await auth.api.getSession({
headers: request.headers
});
const session = await auth.api.getSession({
headers: request.headers
});
I have the above, session in sveltekit layout.server.ts files, I am using the basic setup provided in the betteratuh docs, but after successful sign in, and token being put into cookies, still that above session returns null, which used to work in the preivous version that I was in 1.1,
1 replies
CDCloudflare Developers
Created by vamshinenu on 3/11/2024 in #general-help
Are there PUB SUB in D1
I was just wondering if D1 DB has pub subs feature, in it, trying to create a simple chat application.
4 replies