Defer authentication until actually required
- Mar 22, 2020
-
-
Duncan Macleod authored
-
Duncan Macleod authored
means we won't prompt until we actually need to use the auth
-
Duncan Macleod authored
it doesn't actually do anything
-
This PR moves the call to HTTPECPAuth._init_auth
to the point where it is actually required, rather than forcing users to authenticate when they might not need to.
means we won't prompt until we actually need to use the auth
it doesn't actually do anything