Skip to content

Commit

Permalink
Add WebAuthn Registration Name Field (#269)
Browse files Browse the repository at this point in the history
* node bump

* package version bump
  • Loading branch information
ollie-stytch authored Oct 16, 2023
1 parent d4b1f14 commit a0eae9b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions lib/b2c/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -256,4 +256,6 @@ export type {
WebAuthnRegisterResponse,
WebAuthnRegisterStartRequest,
WebAuthnRegisterStartResponse,
WebAuthnUpdateRequest,
WebAuthnUpdateResponse,
} from "./webauthn";
1 change: 1 addition & 0 deletions lib/b2c/users.ts
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,7 @@ export interface WebAuthnRegistration {
user_agent: string;
verified: boolean;
authenticator_type: string;
name: string;
}

// Request type for `users.create`.
Expand Down
2 changes: 1 addition & 1 deletion types/lib/b2c/index.d.ts

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

1 change: 1 addition & 0 deletions types/lib/b2c/users.d.ts

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

0 comments on commit a0eae9b

Please sign in to comment.