Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -65,3 +65,5 @@ app-playground-data/*

.astro
.claude

container_data/
243 changes: 240 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,7 @@ url = "2.5.7"
urlencoding = "2.1.3"
uuid = "1.18.1"
validator = "0.20.0"
webauthn-rs = { version = "0.5.2", features = ["danger-allow-state-serialisation"] }
webp = { version = "0.3.1", default-features = false }
webview2-com = "0.38.0" # Should be updated in lockstep with wry
whoami = "1.6.1"
Expand Down
4 changes: 4 additions & 0 deletions apps/docs/public/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1290,6 +1290,10 @@ components:
type: boolean
description: Whether you have TOTP two-factor authentication connected to your account (only displayed if requesting your own account)
nullable: true
has_webauthn:
type: boolean
description: Whether you have Webauthn authentication connected to your account (only displayed if requesting your own account)
nullable: true
github_id:
deprecated: true
type: integer
Expand Down
Loading