not kidding

This commit is contained in:
nora 2025-07-13 15:38:14 +02:00
parent 30c49c3795
commit cdc8907e4f

View file

@ -732,7 +732,8 @@ async fn connect_token(
let id_token_headers = base64::prelude::BASE64_URL_SAFE.encode( let id_token_headers = base64::prelude::BASE64_URL_SAFE.encode(
serde_json::to_string(&json!({ serde_json::to_string(&json!({
"typ": "JWT", "typ": "JWT",
"alg": "RS256" "alg": "RS256",
"kid": "1"
})) }))
.unwrap(), .unwrap(),
); );