SunWuyuan
|
b312756d5f
|
Refactor authentication middleware in auth.js to improve site key validation and device access control. Update access types to use an enum in the Prisma schema. Enhance rate limiting in rateLimiter.js for API and write operations. Modify routes in kv.js to support new access types and password management features, including a new endpoint for password removal.
|
2025-05-18 10:54:41 +08:00 |
|
SunWuyuan
|
69887f9c47
|
Update batch rate limiter in rateLimiter.js to allow 10 operations per minute instead of 5, enhancing throughput for bulk operations.
|
2025-05-11 13:50:22 +08:00 |
|
SunWuyuan
|
810491fd2f
|
Enable static file serving in app.js , implement a batch import endpoint in kv.js for bulk key-value pair uploads, and add a corresponding rate limiter. Enhance the front-end in index.ejs with a form for batch data import and improve styling for better user experience.
|
2025-05-11 12:04:06 +08:00 |
|
SunWuyuan
|
6897a082e7
|
Integrate OpenTelemetry instrumentation into app.js , add global and method-based rate limiting middleware, and enhance CORS configuration. Update package.json to include new dependencies for OpenTelemetry and rate limiting tests.
|
2025-05-11 11:30:26 +08:00 |
|