OAuthProxyOptions Bug
Hey š Iām hitting a TS4023 issue with better-auth.
When I export my
createAuthConfig
, I get:
TS4023: Exported variable 'createAuthConfig' has or is using name 'OAuthProxyOptions' from external module ".../better-auth/dist/plugins/oauth-proxy/index" but cannot be named.
Version: better-auth@1.2.11
TS: 5.x
Framework: Next 15.x
Minimal repro:
---
is this a known issue, or should I open a GH issue for a re-export?1 Reply
@winchy Njugia If you upgrade to better-auth@1.3.x is the issue still there?