Skip to content

Commit

Permalink
Use authlib #662 branch to fix token introspection endpoint (#219)
Browse files Browse the repository at this point in the history
Signed-off-by: Adam Williamson <[email protected]>
  • Loading branch information
AdamWill committed Jul 19, 2024
1 parent 43751b7 commit da3761a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 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
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 da3761a

Please sign in to comment.