def get_user()

in userbeacon/jwt_auth_backend.py [0:0]


    def get_user(self, token):
        return self.authenticate(None, token=token)