-
-
Notifications
You must be signed in to change notification settings - Fork 519
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
Digest Authentification support for the legacy client part only #1111
base: main
Are you sure you want to change the base?
Digest Authentification support for the legacy client part only #1111
Conversation
From the module "requests", but works on its own, totaly independent from it
Hello aaugustin! First of all, sorry for not having done any actions on this PR, I've been really busy this last month... |
Hello |
Thanks There is no more error message, but the coverage is not 100%. I obviously still have problems in this feature. I don't really know how to read the Tox report... I'm sorry, I've never used Tox before, so I don't know what to do. Is there a more detailled report ? |
ok, i'm reading some documentation about tox and if i interpret correctly, the missing column is about the code that is not covered by the tests. So it means that i must write some tests to cover the new feature. Sorry for the silly questions, i'm really newbie at tox/unit tests things |
The key parameter is optional
Is that possible to write digest auth coverage tests without having the server side modified to support digest auth ? I am not sure, but i guess that the server side digest auth is mandatory when the client side support the digest auth. If i'm right the server must be modified to support digest auth. Am i correct ? |
1726dba
to
61e0e1c
Compare
I am seeing two different attempts of attempts of getting digest authentication into websockets - here and in #788 . What is needed to get this ball rolling? :) |
dba135f
to
e10eeba
Compare
c760cdf
to
5eafbe4
Compare
From the module "requests", but works on its own, totaly independent from it