-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update authentication mechanism #222
Comments
@fmigneault I don't see any test for the |
@huard |
Looks like this is what is already being done here also: Lines 107 to 131 in 7398c8a
|
Yep, this is exactly the bit of code that I want to test.
I think that's what the auth_delegate parameter does, and I'd like to test it. |
You could try registering a duplicate WPS in Magpie, and make it protected except for a certain user. |
Description
In owslib, the use of "username", "password", "verify", and "cert" is deprecated. Use the "auth" keyword during class instantiation. These keywords will be removed in a future release.
Environment
The text was updated successfully, but these errors were encountered: