alpha
Login
or
Join now
microcosm.blue
/
microcosm-rs
Star
0
Fork
3
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Constellation, Spacedust, Slingshot, UFOs: atproto crates and services for microcosm
Star
0
Fork
3
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
clippy is right
author
phil
date
11 months ago
(Jul 2, 2025, 3:08 PM -0400)
commit
c2463bad
c2463badb172c2245aff5e12c566758f9402cec2
parent
3d9a9d32
3d9a9d328cdf056e28fc9fd64d6d57fbaacd0f1b
+1
-1
1 changed file
Expand all
Collapse all
Unified
Split
who-am-i
src
oauth.rs
+1
-1
who-am-i/src/oauth.rs
Reviewed
···
125
125
scopes: READONLY_SCOPE.to_vec(),
126
126
..Default::default()
127
127
};
128
128
-
Ok(self.client.authorize(handle, auth_opts).await?)
128
128
+
self.client.authorize(handle, auth_opts).await
129
129
}
130
130
131
131
/// Finally, resolve the oauth flow to a verified DID