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

Configure Feed

Select the types of activity you want to include in your feed.

one jwks.json to rule them all

phil 0a250c45 986819f9

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