Skip to content

Commit

Permalink
Use authlib #662 branch to fix token introspection endpoint (release-…
Browse files Browse the repository at this point in the history
…engineering#219)

Signed-off-by: Adam Williamson <[email protected]>
  • Loading branch information
AdamWill committed Jul 19, 2024
1 parent 43751b7 commit a985370
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 7 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ RUN set -exo pipefail \
--disablerepo=* \
--enablerepo=fedora,updates \
gcc \
git \
krb5-devel \
openldap-devel \
python3 \
Expand Down
18 changes: 11 additions & 7 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ include = [
[tool.poetry.dependencies]
python = ">=3.8,<3.13"

authlib = {git = "https://github.com/AdamWill/authlib.git", branch = "oauth2-fix-introspect-endpoint"}

flask = "^2.2.5"
flask-oidc = "^2.2.0"
flask-session = ">=0.6.0"
Expand Down
2 changes: 2 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
wheel==0.43.0
pip==24.1.1
setuptools==70.2.0
# https://github.com/lepture/authlib/pull/662
authlib @ git+https://github.com/AdamWill/authlib@oauth2-fix-introspect-endpoint

0 comments on commit a985370

Please sign in to comment.