This commit is contained in:
Markos Gogoulos
2025-12-30 14:49:40 +02:00
parent 5cf435eca0
commit 8e5e7991b7
7 changed files with 34 additions and 269 deletions

View File

@@ -10,9 +10,7 @@ class LtiConfig(AppConfig):
def ready(self):
"""Initialize LTI app - ensure keys exist"""
# Ensure RSA key pair exists for signing Deep Linking responses
try:
ensure_keys_exist()
except Exception:
# Don't block startup if key generation fails
pass