mirror of
https://github.com/simstudioai/sim.git
synced 2026-09-21 13:00:04 +08:00
fix(security): harden public auth rate limits (#6997)
* fix(security): harden public auth rate limits * fix(security): fail closed without client IP * fix(security): backstop public OTP requests * fix(security): preserve independent rate-limit backstops
This commit is contained in:
@@ -3518,7 +3518,7 @@
|
||||
"password": {
|
||||
"description": "Password for a password-gated share. Kept when omitted; enabling `password` with neither a supplied nor a stored password is a 400.",
|
||||
"type": "string",
|
||||
"minLength": 1,
|
||||
"minLength": 15,
|
||||
"maxLength": 1024
|
||||
},
|
||||
"allowedEmails": {
|
||||
|
||||
Reference in New Issue
Block a user