Closed r-n-o closed 2 weeks ago
Turnkey has long been supporting both ES256 and RS256. This is a spot that was missed. Of course users can override pubKeyCredParams if they so desire, but by default we should support RS256. RSA is used for e.g. Windows Hello passkeys.
pubKeyCredParams
✅
This pull request is automatically built and testable in CodeSandbox.
To see build info of the built libraries, click here or the icon next to each commit SHA.
Summary & Motivation
Turnkey has long been supporting both ES256 and RS256. This is a spot that was missed. Of course users can override
pubKeyCredParams
if they so desire, but by default we should support RS256. RSA is used for e.g. Windows Hello passkeys.Did you add a changeset?
✅