Implementing a callback endpoint for authentication in your `effect-wrapper` can be a bit tricky,...
Hello, I am trying to make an effect-wrapper for better-auth but am struggling to properly implement the callback endpoints. AFAIK, the auth callback is only available under
How would I create a (catchAll?) endpoint that implements these?
^ This is how I handle the main endpoint, but auth/callback endpoint is not exposed under the API
betterAuth.handlerHow would I create a (catchAll?) endpoint that implements these?
^ This is how I handle the main endpoint, but auth/callback endpoint is not exposed under the API
