We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48e19ab commit 8b76229Copy full SHA for 8b76229
1 file changed
CHANGELOG.md
@@ -1,5 +1,17 @@
1
# Changelog
2
3
+## v13.3.0
4
+
5
+**Changes:**
6
7
+- **[browser]** `startRegistration()` and `startAuthentication()` will recognize punycode domains
8
+ when trying to identify why an error occurred
9
+ ([#750](https://github.com/MasterKale/SimpleWebAuthn/pull/750))
10
+- **[server]** A new `verifyMDSBlob()` helper method has been added to verify and extract metadata
11
+ statements from FIDO MDS blobs. See
12
+ [the docs here](https://simplewebauthn.dev/docs/advanced/server/metadata-service#verifymdsblob)
13
+ for more info ([#752](https://github.com/MasterKale/SimpleWebAuthn/pull/752))
14
15
## v13.2.3
16
17
**Changes**
0 commit comments