MasterKale / SimpleWebAuthn

WebAuthn, Simplified. A collection of TypeScript-first libraries for simpler WebAuthn integration. Supports modern browsers, Node, Deno, and more.
https://simplewebauthn.dev
MIT License
1.63k stars 137 forks source link

Browser package's `browserSupportsWebauthn()` should capitalize "authn" #215

Closed MasterKale closed 2 years ago

MasterKale commented 2 years ago

I noticed the spelling of the browserSupportsWebauthn() method in browser. I want to update it to browserSupportsWebAuthn() for consistency. I'll include this as a breaking change in the next major version of the library that launches with Conditional UI support.

MasterKale commented 2 years ago

Conditional UI support launched as v5.3.0 so I suppose this'll go out with whatever next breaking API change I want to make