Skip to content

Commit

Permalink
[skip ci] Add warning about necessary authorization (#1367)
Browse files Browse the repository at this point in the history
  • Loading branch information
AmShaegar13 authored Nov 3, 2022
1 parent 04ee9a3 commit 4d234c8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/docs/getting-started/simple-mode.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ def index
end
```

:::caution
By default, searching and sorting are authorized on any column of your model. See [Authorization (allowlisting/denylisting)](/going-further/other-notes.md#authorization-allowlistingdenylisting) on how to prevent this.
:::

### Default search options

#### Search parameter
Expand Down

0 comments on commit 4d234c8

Please sign in to comment.