Results 1 comments of Harry Payne

I'm using permissions and needs and adding the needs in the same place: ``` def identity_loader(payload): """Return user object referred to in payload.""" username = payload["identity"]["username"] or None current_user =...