aaspai-authx 0.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +3 -0
- package/README.md +12 -0
- package/dist/express/index.cjs +1699 -0
- package/dist/express/index.cjs.map +1 -0
- package/dist/express/index.d.cts +3 -0
- package/dist/express/index.d.ts +3 -0
- package/dist/express/index.js +1658 -0
- package/dist/express/index.js.map +1 -0
- package/dist/index-KOTz0ZcH.d.cts +23 -0
- package/dist/index-KOTz0ZcH.d.ts +23 -0
- package/dist/index.cjs +2266 -0
- package/dist/index.cjs.map +1 -0
- package/dist/index.d.cts +1420 -0
- package/dist/index.d.ts +1420 -0
- package/dist/index.js +2204 -0
- package/dist/index.js.map +1 -0
- package/dist/nest/index.cjs +1720 -0
- package/dist/nest/index.cjs.map +1 -0
- package/dist/nest/index.d.cts +28 -0
- package/dist/nest/index.d.ts +28 -0
- package/dist/nest/index.js +1683 -0
- package/dist/nest/index.js.map +1 -0
- package/package.json +96 -0
package/LICENSE
ADDED
package/README.md
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
# DataKit Universal
|
|
2
|
+
|
|
3
|
+
Production-grade no/low-code MongoDB data router with admin-managed models and APIs.
|
|
4
|
+
|
|
5
|
+
- Dynamic models from admin DB (tables + APIs)
|
|
6
|
+
- Unified data endpoint for all MongoDB operations
|
|
7
|
+
- Multi-tenancy, RBAC, JSON Schema validation, placeholders
|
|
8
|
+
- NestJS/Express integration, CLI, MCP admin tools
|
|
9
|
+
|
|
10
|
+
Read the full guide:
|
|
11
|
+
|
|
12
|
+
- See `./DOCUMENTATION.md` for complete user, admin, and MCP documentation.
|