mirror of
https://github.com/Noratrieb/oh-oh.git
synced 2026-01-14 17:15:02 +01:00
not kidding
This commit is contained in:
parent
30c49c3795
commit
cdc8907e4f
1 changed files with 2 additions and 1 deletions
|
|
@ -732,7 +732,8 @@ async fn connect_token(
|
|||
let id_token_headers = base64::prelude::BASE64_URL_SAFE.encode(
|
||||
serde_json::to_string(&json!({
|
||||
"typ": "JWT",
|
||||
"alg": "RS256"
|
||||
"alg": "RS256",
|
||||
"kid": "1"
|
||||
}))
|
||||
.unwrap(),
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue