feat: add passkey authentication methods, Online Access support, and improved error handling#1342
Merged
Merged
Conversation
Generated by Fern CLI Version: unknown Generators: - fernapi/fern-typescript-sdk: 3.66.5
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #1342 +/- ##
========================================
Coverage 89.52% 89.53%
========================================
Files 390 390
Lines 18701 18714 +13
Branches 8846 9193 +347
========================================
+ Hits 16743 16756 +13
Misses 1958 1958
Flags with carried forward coverage won't be shown. Click here to find out more.
🚀 New features to boost your workflow:
|
amitsingh05667
approved these changes
May 12, 2026
ankita10119
approved these changes
May 12, 2026
Merged
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Changes
aaguid,credential_device_type,credential_backed_up,identity_user_id,user_agent,user_handle, andtransportsCredentialDeviceTypeEnumto distinguish between "single_device" and "multi_device" credentialsCreateUserAuthenticationMethodRequestContent,CreateUserAuthenticationMethodResponseContent,GetUserAuthenticationMethodResponseContent, andUserAuthenticationMethodinterfaces with passkey-specific fieldsallow_online_access_with_ephemeral_sessionsfield to resource server create/update/get operations for better control over refresh token issuance in ephemeral session scenariosaudienceparameter toRevokeRefreshTokensRequestContentto scope refresh token revocation by resource server identifierChangePasswordTicketRequestContent-result_urlparameter now supports use withclient_idwhen custom password reset page is enabled with password-reset-post-challenge ActionBadRequestSchema,ForbiddenSchema,TooManyRequestsSchema,UnauthorizedSchemawith standardized response structuresidfield required inConnectionResponseCommon(previously optional) for stronger type safetynamefield required inCreateConnectionCommon(previously optional) for stronger type safety