we are working on authentication mechanism for our model service application using python framework fastAPI deployed on azure cloud, Need help on end to end auth mechanism(either through inbuild mechanism in python like jwt etc., or with azure).
kindly let me know for any best practices to implement for the same.
Note: The latency is very critical so any mechanism should not hamper much latency like more than 20-30ms.