callback, 3rd party authentication, convexAuth
I edited my middleware.ts to do the following:
But that doesn't fix it either.
I couldn't use this workaround because I am not using tanstack server:
https://github.com/get-convex/convex-auth/issues/145
The work around would be to break out a chunk of code out from ConvexAuthNextjsServerProvider and that is painful.
Integration with a third party is common, so what could I be missing? This has to be solved elegantly. A movement on this thread: https://github.com/get-convex/convex-auth/issues/145 as suggested by @ballingt and @sshader would work.
