-
-
Notifications
You must be signed in to change notification settings - Fork 49
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bring back client from login flow (#122)
* Reinstate client_from_login_flow * Added initial tests * Adds missing dependencies * fix tests * Ignore coverage reports on unreachable code * tolerate the insecure request to the server at the start * move pragma no cover for server * swap * one more time * disallow netlocs other than 127.0.0.1 * Fixed tests * test for disallowed hostname with port number * added todo
- Loading branch information
Showing
5 changed files
with
272 additions
and
6 deletions.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,10 @@ | ||
# Note this requirements file is only used by sphinx. For regular installations, | ||
# see the setup.py file. | ||
authlib==1.3.0 | ||
Flask==3.0.3 | ||
httpx==0.27.0 | ||
prompt_toolkit==3.0.43 | ||
psutil==5.9.8 | ||
python-dateutil==2.9.0.post0 | ||
sphinx-rtd-theme==2.0.0 | ||
websockets==12.0 |
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