Skip to content

Commit 2a0e788

Browse files
committed
fix: adds rp_id field to SignInOptionResponse
1 parent 27d9f20 commit 2a0e788

File tree

1 file changed

+1
-0
lines changed
  • supertokens_python/recipe/webauthn/interfaces

1 file changed

+1
-0
lines changed

supertokens_python/recipe/webauthn/interfaces/recipe.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,7 @@ class SignInOptionsResponse(OkResponseBaseModel):
236236
webauthn_generated_options_id: str
237237
created_at: int
238238
expires_at: int
239+
rp_id: str
239240
challenge: str
240241
timeout: int
241242
user_verification: UserVerification

0 commit comments

Comments
 (0)