refactor: Remove lti_deployment_id and state from LTI structs and simplify lesson dependency query.

This commit is contained in:
2026-02-25 17:24:08 -03:00
parent f6c48ca8f0
commit 824da230a4
2 changed files with 1 additions and 5 deletions
-2
View File
@@ -19,7 +19,6 @@ pub struct LtiLoginParams {
pub target_link_uri: String,
pub lti_message_hint: Option<String>,
pub client_id: Option<String>,
pub lti_deployment_id: Option<String>,
}
pub async fn lti_login_initiation(
@@ -69,7 +68,6 @@ pub async fn lti_login_initiation(
#[derive(Deserialize)]
pub struct LtiLaunchParams {
pub id_token: String,
pub state: String,
}
pub async fn validate_lti_jwt(