How to Solve NameError: name 'edauth' is not defined

Solution: Import the 'edauth' module

# Add the following line to the top of your code
import edauth

 

For more information:
Python edauth