I'm using flask-jwt-extended over flask-jwt but there doesn't seem to be support for requiring claims.
Is this something I have to implement myself in a new identity function and if so how do I override the existing functionality in flask-jwt-extended?