tangled
alpha
login
or
join now
bad-example.com
/
microcosm-links
7
fork
atom
APIs for links and references in the ATmosphere
7
fork
atom
overview
issues
pulls
pipelines
clippy is right
bad-example.com
8 months ago
c2463bad
3d9a9d32
+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
···
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