feat: add authentication in native

This commit is contained in:
Aman Varshney
2025-04-04 19:06:08 +05:30
parent ccc3ff2aa5
commit 81dc240e7b
24 changed files with 1119 additions and 717 deletions

View File

@@ -66,7 +66,7 @@ export async function createProject(options: ProjectConfig): Promise<string> {
options.database,
options.frontend,
);
await setupAuth(projectDir, options.auth);
await setupAuth(projectDir, options.auth, options.frontend);
await setupRuntime(projectDir, options.runtime, options.backend);