pub async fn update_tokens_request(
jar: CookieJar,
__arg1: State<Database>,
__arg2: Json<UpdateTokens>,
) -> impl IntoResponseExpand description
Update the current user’s session tokens
pub async fn update_tokens_request(
jar: CookieJar,
__arg1: State<Database>,
__arg2: Json<UpdateTokens>,
) -> impl IntoResponseUpdate the current user’s session tokens