Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 263 Bytes

auth.rst

File metadata and controls

9 lines (6 loc) · 263 Bytes

Authorisation

Authorisation is handled using the permit decorator.

Use it to decorate any handler method, passing it a function that will yield True/False.

The function will be passed all the arguments the handler will receive.