We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75b8414 commit fb9de01Copy full SHA for fb9de01
1 file changed
a2a/slack_researcher/slack_researcher/auth.py
@@ -39,7 +39,7 @@ class BearerAuthBackend(AuthenticationBackend):
39
def __init__(self):
40
if settings.JWKS_URL is None: # TODO implement oidc discovery in this case
41
raise Exception("JWKS_URL env var not set. ")
42
- settings.jwks_url = settings.JWKS_URL
+ self.jwks_url = settings.JWKS_URL
43
44
self.claims_options = {}
45
if settings.AUDIENCE is None:
0 commit comments