Skip to content

Commit

Permalink
Update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Siecje committed Dec 6, 2023
1 parent 929f261 commit 3816b31
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ You have multiple services running on the same server on different ports or subd
You want passwords to validate against one source of truth.
You want to use the same authentication (login and password) for every service without having to login to each one (Single Sign On).

## How does it work
## How it works

Services are running locally on a specific port. For example JupyterHub is running on port 9000 internally.
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.
Expand Down
5 changes: 2 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
Flask==1.1.1
Flask-WTF==0.14.2
pytz==2019.3
Flask==3.0.0
Flask-WTF==1.2.0

0 comments on commit 3816b31

Please sign in to comment.