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
···
token_endpoint_auth_method: AuthMethod::PrivateKeyJwt,
grant_types: vec![GrantType::AuthorizationCode, GrantType::RefreshToken],
scopes: READONLY_SCOPE.to_vec(),
-
jwks_uri: Some(format!("{base}/.well-known/at-jwks.json")),
+
jwks_uri: Some(format!("{base}/.well-known/jwks.json")),
token_endpoint_auth_signing_alg: Some(String::from("ES256")),
},
keys: Some(vec![key]),