Update session on hooks
Hello everyone, I'm trying to update a session (only if the user logged in with google or github) this is the code
const auth = betterAuth({
const auth = betterAuth({
session and ctx.context.session are always null.... how can I update the session if the user came from social login?