Constellation, Spacedust, Slingshot, UFOs: atproto crates and services for microcosm

one jwks.json to rule them all

Changed files
+1 -1
who-am-i
src
+1 -1
who-am-i/src/oauth.rs
··· 139 token_endpoint_auth_method: AuthMethod::PrivateKeyJwt, 140 grant_types: vec![GrantType::AuthorizationCode, GrantType::RefreshToken], 141 scopes: READONLY_SCOPE.to_vec(), 142 - jwks_uri: Some(format!("{base}/.well-known/at-jwks.json")), 143 token_endpoint_auth_signing_alg: Some(String::from("ES256")), 144 }, 145 keys: Some(vec![key]),
··· 139 token_endpoint_auth_method: AuthMethod::PrivateKeyJwt, 140 grant_types: vec![GrantType::AuthorizationCode, GrantType::RefreshToken], 141 scopes: READONLY_SCOPE.to_vec(), 142 + jwks_uri: Some(format!("{base}/.well-known/jwks.json")), 143 token_endpoint_auth_signing_alg: Some(String::from("ES256")), 144 }, 145 keys: Some(vec![key]),