Skip to content
Open
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
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [0.30.3] - 2025-08-28
- Fixes webauthn MFA integration
- Adds missing `rp_id` field to Webauthn's `SignInOptionResponse`

## [0.30.2] - 2025-08-14
- Adds Webauthn user editing support to the Dashboard
Expand Down
1 change: 1 addition & 0 deletions supertokens_python/recipe/webauthn/interfaces/recipe.py
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,7 @@ class SignInOptionsResponse(OkResponseBaseModel):
webauthn_generated_options_id: str
created_at: int
expires_at: int
rp_id: str
challenge: str
timeout: int
user_verification: UserVerification
Expand Down
Loading