Skip to content

Commit 99ef373

Browse files
committed
fix(API1:2019): remove reference to "session" on "How to Prevent"
As discussed in Issue #21 "session object in a stateless world is a bit confusing".
1 parent 5c6a005 commit 99ef373

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed
29 Bytes
Binary file not shown.
-33 Bytes
Binary file not shown.

2019/en/src/0xa1-broken-object-level-authorization.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,6 @@ modify other users' account data.
4444

4545
* Implement a proper authorization mechanism that relies on the user policies
4646
and hierarchy.
47-
* Prefer not to use an ID that has been sent from the client, but instead use an
48-
ID that is stored in the session object when accessing a database record by
49-
the record ID.
5047
* Use an authorization mechanism to check if the logged-in user has access to
5148
perform the requested action on the record in every function that uses an
5249
input from the client to access a record in the database.

0 commit comments

Comments
 (0)