Hi folks - just posting here in hopes of getting some additional visibility on the issue. It seems like the anonymous plugin is able to create a session, but then the subsequent get-session call clears the cookie. There is an open PR to fix the issue, it just needs to be reviewed / merged
Is this suited for github? Yes, this is suited for github To Reproduce Reproduction Steps Enable the anonymous plugin: betterAuth({ plugins: [ anonymous({ emailDomainName: 'localhost:3000' ...
Guard the anonymous post-auth middleware so it only deletes the previous anonymous account when linking to a new, non-anonymous user.This keeps newly created Convex anonymous users alive a...