refactor: integrate Better-Auth for authentication and remove Supabase dependencies
This commit is contained in:
@@ -21,7 +21,7 @@ export function createApp() {
|
||||
},
|
||||
allowHeaders: ['Authorization', 'Content-Type'],
|
||||
allowMethods: ['GET', 'POST', 'PUT', 'PATCH', 'DELETE', 'OPTIONS'],
|
||||
exposeHeaders: ["Content-Length"],
|
||||
exposeHeaders: ['Content-Length'],
|
||||
maxAge: 600,
|
||||
credentials: true,
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user