ios support stuff

This commit is contained in:
2026-03-20 00:02:56 -05:00
parent 0b4b1a6ff5
commit a3d23b86b5
2 changed files with 27 additions and 0 deletions

View File

@@ -58,5 +58,8 @@ export const auth = betterAuth({
trustedOrigins: [
'http://localhost:5173',
'https://labwise.wahwa.com',
// iOS native app callback — allows Better Auth to honour the
// https://labwise.wahwa.com/api/ios-callback callbackURL
'labwise://',
],
});