for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
from pyarrow.flight import ServerAuthHandler
class NoOpAuthHandler(ServerAuthHandler):
def authenticate(self, outgoing, incoming):
pass
def is_valid(self, token):
return ""