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