Skip to content

feat: OAuth

feat: OAuth #95

Triggered via pull request August 18, 2024 05:45
Status Success
Total duration 3m 13s
Artifacts

bsky-sdk.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 error
[clippy] atrium-oauth/oauth-client/src/oauth_client.rs#L42: atrium-oauth/oauth-client/src/oauth_client.rs#L42
error[E0405]: cannot find trait `HandleResolver` in this scope --> atrium-oauth/oauth-client/src/oauth_client.rs:42:81 | 42 | fn handle_resolver(handle_resolver_config: HandleResolverConfig) -> Arc<dyn HandleResolver> { | ^^^^^^^^^^^^^^ not found in this scope | note: trait `crate::resolver::handle_resolver::HandleResolver` exists but is inaccessible --> atrium-oauth/oauth-client/src/resolver/handle_resolver.rs:29:1 | 29 | pub trait HandleResolver: Send + Sync + 'static { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not accessible