no longer need direct import of serde here either

This commit is contained in:
Grant Limberg 2022-01-31 12:13:30 -08:00
parent c380a4e4bd
commit b7952d7f39
No known key found for this signature in database
GPG Key ID: 2BA62CCABBB4095A

View File

@ -26,7 +26,6 @@ use jwt::{Token};
use openidconnect::core::{CoreClient, CoreProviderMetadata, CoreResponseType};
use openidconnect::reqwest::http_client;
use openidconnect::{AccessToken, AccessTokenHash, AuthorizationCode, AuthenticationFlow, ClientId, CsrfToken, IssuerUrl, Nonce, OAuth2TokenResponse, PkceCodeChallenge, PkceCodeVerifier, RedirectUrl, RefreshToken, Scope, TokenResponse};
use serde::{Deserialize, Serialize};
use std::str::from_utf8;
use std::sync::{Arc, Mutex};
use std::thread::{sleep, spawn, JoinHandle};