validate jwks, fix service decorator session handling

This commit is contained in:
Taylor Wilsdon
2025-08-03 10:07:55 -04:00
parent 2a4118bb65
commit d5949ee5b1
3 changed files with 28 additions and 11 deletions

View File

@@ -54,7 +54,6 @@ def get_session_context() -> Optional[SessionContext]:
Returns:
The current session context or None
"""
print('called get_session_context')
return _current_session_context.get()