We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6453ff commit f775297Copy full SHA for f775297
src/webserver/oidc.rs
@@ -38,11 +38,6 @@ use super::http_client::make_http_client;
38
39
type LocalBoxFuture<T> = Pin<Box<dyn Future<Output = T> + 'static>>;
40
41
-#[derive(Clone, Debug, Deserialize)]
42
-struct DiscoveryMetadata {
43
- #[serde(default)]
44
- end_session_endpoint: Option<Url>,
45
-}
46
47
const SQLPAGE_AUTH_COOKIE_NAME: &str = "sqlpage_auth";
48
const SQLPAGE_REDIRECT_URI: &str = "/sqlpage/oidc_callback";
0 commit comments