1
0
mirror of https://github.com/pocketbase/pocketbase.git synced 2025-09-16 09:36:20 +02:00

[#7098] fixed RateLimitRule.Audience code comment

This commit is contained in:
Gani Georgiev
2025-08-15 19:29:42 +03:00
parent 13cec96013
commit 09ce863a40
2 changed files with 4267 additions and 4267 deletions

View File

@@ -676,8 +676,8 @@ type RateLimitRule struct {
// Audience specifies the auth group the rule should apply for:
// - "" - both guests and authenticated users (default)
// - "guest" - only for guests
// - "auth" - only for authenticated users
// - "@guest" - only for guests
// - "@auth" - only for authenticated users
Audience string `form:"audience" json:"audience"`
// Duration specifies the interval (in seconds) per which to reset

File diff suppressed because it is too large Load Diff