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

Configure Feed

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

clippy is right

+1 -1
+1 -1
who-am-i/src/oauth.rs
··· 125 125 scopes: READONLY_SCOPE.to_vec(), 126 126 ..Default::default() 127 127 }; 128 - Ok(self.client.authorize(handle, auth_opts).await?) 128 + self.client.authorize(handle, auth_opts).await 129 129 } 130 130 131 131 /// Finally, resolve the oauth flow to a verified DID