refactor: remove unused authentication module and related dependencies; update package.json and bun.lock for improved dependency management; enhance access control UI with expanded resource management features

This commit is contained in:
2025-10-30 12:34:14 -03:00
parent 1058375a90
commit 2841a2349d
6 changed files with 101 additions and 1138 deletions

View File

@@ -1,8 +1,5 @@
import { httpRouter } from "convex/server";
import { authComponent, createAuth } from "./auth";
const http = httpRouter();
authComponent.registerRoutes(http, createAuth);
export default http;