AUTH_REQUIRED=false was an acceptable environment variable while creating authentication in order to run tests. Now that authentication is up and running in FastAPI, the variable is no longer needed and poses a security risk. It should be completely removed from the application and all modules that require it should be fixed to run without it.
AUTH_REQUIRED=false was an acceptable environment variable while creating authentication in order to run tests. Now that authentication is up and running in FastAPI, the variable is no longer needed and poses a security risk. It should be completely removed from the application and all modules that require it should be fixed to run without it.