Skip to content

feat: Add passkey support#71

Merged
gtema merged 1 commit intomainfrom
passkey
Mar 18, 2025
Merged

feat: Add passkey support#71
gtema merged 1 commit intomainfrom
passkey

Conversation

@gtema
Copy link
Collaborator

@gtema gtema commented Mar 17, 2025

No description provided.

@github-actions
Copy link

github-actions bot commented Mar 17, 2025

🐰 Bencher Report

Branchpasskey
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
10.01 µs
(+2.68%)Baseline: 9.75 µs
10.10 µs
(99.09%)
🐰 View full continuous benchmarking report in Bencher

token.user_id(data.user_id.clone());
token.methods(data.methods.clone());
token.audit_ids(data.audit_ids.clone());
token.expires_at(data.expires_at.clone());

Check warning

Code scanning / clippy

using clone on type DateTime<Utc> which implements the Copy trait Warning

using clone on type DateTime<Utc> which implements the Copy trait
token.user_id(data.user_id.clone());
token.methods(data.methods.clone());
token.audit_ids(data.audit_ids.clone());
token.expires_at(data.expires_at.clone());

Check warning

Code scanning / clippy

using clone on type DateTime<Utc> which implements the Copy trait Warning

using clone on type DateTime<Utc> which implements the Copy trait
@gtema gtema merged commit 7706aeb into main Mar 18, 2025
14 checks passed
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.

1 participant

Comments