-
Notifications
You must be signed in to change notification settings - Fork 27
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
Negotiate authentication #33
Open
da1910
wants to merge
25
commits into
Colin-b:develop
Choose a base branch
from
da1910:features/ntlm
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 12 commits
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
003ff92
Initial commit of NTLM support
c7fdedf
Make AuthenticationType private, add changes to changelog
e5fcb52
Fix sonarQube warnings about https and fixup import naming
f30553d
First pass at Negotiate implementation
fc372b7
Update documentation and package export
4f4c2d0
Skip test_ntlm if extra is not present
95021ad
Add extra to travis install script and add missing changelog...
a34f030
Remove extra comma in extras
e06d98b
Merge branch 'develop' into features/ntlm
da1910 89043ea
Add additional tests to close some gaps in coverage
cde7861
Merge remote-tracking branch 'fork/features/ntlm' into features/ntlm
752f73a
Patch correct file
3eae2ae
Extract Negotiate to separate file
0af9cd5
Patch correct method on linux
e39b884
Reformat test_ntlm and fixup sonarqube issue
de51c34
Add tests and fix cookie handling issue
7360db9
Extract methods and constants from test_ntlm.py
dd89aa6
Add MockDefinition object to test_ntlm.py, remove some more duplication
569cd80
Add test for missing extra
b2183c0
Remove test that does not work...
444c1ac
Remove test that does not work...
f167fdb
Merge remote-tracking branch 'fork/features/ntlm' into features/ntlm
3495ae5
Remove test that does not work...
555d91b
Squash warnings about pytest_mock as a context manager
85642f6
Merge branch 'develop' of https://github.com/colin-b/httpx_auth into …
da1910 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you move everything to a specific file ?