Added auth

This commit is contained in:
2025-12-17 17:09:16 -07:00
parent 8c8252c83e
commit cc97015cf4
13 changed files with 1142 additions and 0 deletions

View File

@@ -6,6 +6,8 @@
"dev": "bun run --watch src/index.ts"
},
"dependencies": {
"@elysiajs/bearer": "^1.4.2",
"@elysiajs/jwt": "^1.4.0",
"@elysiajs/openapi": "^1.4.11",
"elysia": "latest"
},