You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In better-auth v1.5.0 they add electron support for OAuth redirects. In our app we do this manually, so switching to the better-auth implementation would be more secure and better.
https://better-auth.com/docs/integrations/electron
In better-auth
v1.5.0they add electron support for OAuth redirects. In our app we do this manually, so switching to the better-auth implementation would be more secure and better.