Skip to content
This repository was archived by the owner on Jun 23, 2023. It is now read-only.

Commit 12dda32

Browse files
committed
Updated requirement oidcendpoint >= 0.13.1
1 parent 9b53ded commit 12dda32

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

flask_op/config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ op:
112112
path: '.well-known/webfinger'
113113
class: oidcendpoint.oidc.discovery.Discovery
114114
kwargs:
115-
client_authn_method: null
115+
client_authn_method: []
116116
provider_info:
117117
path: ".well-known/openid-configuration"
118118
class: oidcendpoint.oidc.provider_config.ProviderConfiguration
@@ -135,7 +135,7 @@ op:
135135
class: oidcendpoint.oauth2.introspection.Introspection
136136
kwargs:
137137
client_authn_method:
138-
client_secret_post: ClientSecretPost
138+
- client_secret_post
139139
release:
140140
- username
141141
authorization:

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ def run_tests(self):
6262
"Topic :: Software Development :: Libraries :: Python Modules"],
6363
install_requires=[
6464
"pyyaml",
65-
'oidcendpoint>=0.13.0'
65+
'oidcendpoint>=0.13.1'
6666
],
6767
zip_safe=False,
6868
cmdclass={'test': PyTest},

0 commit comments

Comments
 (0)