Skip to content

Commit 3816b31

Browse files
committed
Update versions
1 parent 929f261 commit 3816b31

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ You have multiple services running on the same server on different ports or subd
66
You want passwords to validate against one source of truth.
77
You want to use the same authentication (login and password) for every service without having to login to each one (Single Sign On).
88

9-
## How does it work
9+
## How it works
1010

1111
Services are running locally on a specific port. For example JupyterHub is running on port 9000 internally.
1212
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

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
1-
Flask==1.1.1
2-
Flask-WTF==0.14.2
3-
pytz==2019.3
1+
Flask==3.0.0
2+
Flask-WTF==1.2.0

0 commit comments

Comments
 (0)