Best way to send the cookie response to my convex instance after successful authentication
I've implemented successful auth and saved the last access token as a cookie, what's the best way to save it so i can use with convex auth to authenticate users/teams? I know that I can use
convex.setAuth(access_token) but not sure if it even worked! I also used the middleware from convex-auth to implement it
do i do double auth and add an account per user, and see if they have authorized tokens?

