We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 929f261 commit 3816b31Copy full SHA for 3816b31
README.md
@@ -6,7 +6,7 @@ You have multiple services running on the same server on different ports or subd
6
You want passwords to validate against one source of truth.
7
You want to use the same authentication (login and password) for every service without having to login to each one (Single Sign On).
8
9
-## How does it work
+## How it works
10
11
Services are running locally on a specific port. For example JupyterHub is running on port 9000 internally.
12
Auth Service is running on port 8000 internally. It can be a Python webserver or anything else as long as it is running on port 8000 internally.
requirements.txt
@@ -1,3 +1,2 @@
1
-Flask==1.1.1
2
-Flask-WTF==0.14.2
3
-pytz==2019.3
+Flask==3.0.0
+Flask-WTF==1.2.0
0 commit comments