Skip to content

feat: Add identity provider#125

Merged
gtema merged 1 commit intomainfrom
dev
Apr 26, 2025
Merged

feat: Add identity provider#125
gtema merged 1 commit intomainfrom
dev

Conversation

@gtema
Copy link
Collaborator

@gtema gtema commented Apr 25, 2025

No description provided.

assert_eq!(response.status(), StatusCode::OK);

let body = response.into_body().collect().await.unwrap().to_bytes();
let res: IdentityProviderResponse = serde_json::from_slice(&body).unwrap();

Check warning

Code scanning / clippy

unused variable: res Warning

unused variable: res
@github-actions
Copy link

github-actions bot commented Apr 25, 2025

🐰 Bencher Report

Branchdev
Testbedubuntu-latest
Click to view all benchmark results
BenchmarkLatencyBenchmark Result
microseconds (µs)
(Result Δ%)
Upper Boundary
microseconds (µs)
(Limit %)
fernet token/project📈 view plot
🚷 view threshold
9.71 µs
(-0.69%)Baseline: 9.78 µs
10.13 µs
(95.87%)
🐰 View full continuous benchmarking report in Bencher

@gtema gtema merged commit 80096fb into main Apr 26, 2025
14 checks passed
@gtema gtema linked an issue Apr 28, 2025 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Implement IdP resource

1 participant

Comments