Hey @ipfans ,
I was wondering what would be the best Python-way to implement the sudo functions, those requies the root_token instead of the user's session token.
They're usually very useful and only accessible from backend libraries, like this Python one.
In the Go library I used the prefex Sudo to distinguish / clarity, for instance SudoUpdate let a backend functions updates a document even witout needing the session token.
I was wondering if you had some idea of what would be a good design / implementation for those functions.
Thanks