feat: Implement secure random generation for session IDs and card shuffling

This commit is contained in:
Morax
2025-07-31 10:35:45 +08:00
parent 1ab822e58d
commit 6fe7e380cb
3 changed files with 32 additions and 2 deletions

View File

@@ -0,0 +1,13 @@
{
"permissions": {
"allow": [
"Bash(ls:*)",
"Bash(npm outdated:*)",
"Bash(jq:*)",
"Bash(node:*)",
"Bash(npm run build:*)",
"Bash(npm test)"
],
"deny": []
}
}