Practice ยท 1 of 3
The Authorization Decision
Declare your authorization model as authz with: authorOnlyEdit (boolean โ can non-authors edit or close a ticket?), serverChecks (boolean โ is the author check enforced server-side?), and idSource (string: where author identity comes from โ "session", "cookie", or "token"; NEVER "request-body").
Difficulty: advanced
Press Submit to check your solution.
Back to lesson: Practice: Capstone Design โ Attack Your Own Design