This website requires JavaScript.
Explore
Help
Sign In
wuyuan
/
ClassworksKV
Watch
1
Star
0
Fork
0
You've already forked ClassworksKV
mirror of
https://github.com/ZeroCatDev/ClassworksKV.git
synced
2025-07-02 04:39:23 +00:00
Code
Releases
Activity
ClassworksKV
/
middleware
History
SunWuyuan
3bff254a22
Implement device authentication middleware and Prisma model for device management. Update routes to include device info retrieval and password management, enhancing security and functionality.
2025-05-17 20:02:55 +08:00
..
auth.js
Implement device authentication middleware and Prisma model for device management. Update routes to include device info retrieval and password management, enhancing security and functionality.
2025-05-17 20:02:55 +08:00
errorHandler.js
Refactor
app.js
to streamline routing by removing unused API endpoints and integrating the KV store router directly. Clean up
errorHandler.js
by removing unnecessary comments and imports.
2025-05-10 13:50:19 +08:00
rateLimiter.js
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