@flun/webauthn-browser 2.0.7 → 2.0.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +3 -3
- package/README.md +3 -3
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
# 变更日志
|
|
2
|
-
## [2.0.
|
|
3
|
-
###
|
|
4
|
-
-
|
|
2
|
+
## [2.0.8] - 2026-05-12 08:44
|
|
3
|
+
### 更改:
|
|
4
|
+
- GitHub账户名更改为 OpenFlun,访问时请注意账户名是否正确;
|
package/README.md
CHANGED
|
@@ -553,7 +553,7 @@ app.post('/api/register/complete', async (req, res) => {
|
|
|
553
553
|
verification = await verifyRegistrationResponse({
|
|
554
554
|
response,
|
|
555
555
|
expectedChallenge,
|
|
556
|
-
expectedOrigin: 'http://localhost:
|
|
556
|
+
expectedOrigin: 'http://localhost:7296',
|
|
557
557
|
expectedRPID: 'localhost',
|
|
558
558
|
});
|
|
559
559
|
if (verification.verified) {
|
|
@@ -571,13 +571,13 @@ app.post('/api/register/complete', async (req, res) => {
|
|
|
571
571
|
|
|
572
572
|
## 许可证
|
|
573
573
|
|
|
574
|
-
ISC © [flun](https://github.com/
|
|
574
|
+
ISC © [flun](https://github.com/OpenFlun)
|
|
575
575
|
|
|
576
576
|
---
|
|
577
577
|
|
|
578
578
|
## 相关链接
|
|
579
579
|
|
|
580
|
-
- [GitHub 仓库](https://github.com/
|
|
580
|
+
- [GitHub 仓库](https://github.com/OpenFlun/webauthn-browser)
|
|
581
581
|
- [npm 包页面](https://www.npmjs.com/package/@flun/webauthn-browser)
|
|
582
582
|
- [配套后端库 @flun/webauthn-server](https://www.npmjs.com/package/@flun/webauthn-server)
|
|
583
583
|
- [W3C WebAuthn 规范](https://w3c.github.io/webauthn/)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@flun/webauthn-browser",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.8",
|
|
4
4
|
"description": "WebAuthn 前端库,提供简单易用的接口来处理 WebAuthn 认证流程,支持 Passkeys 和 FIDO2 标准;",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"typescript",
|
|
@@ -34,11 +34,11 @@
|
|
|
34
34
|
],
|
|
35
35
|
"repository": {
|
|
36
36
|
"type": "git",
|
|
37
|
-
"url": "git+https://github.com/
|
|
37
|
+
"url": "git+https://github.com/OpenFlun/webauthn-browser.git"
|
|
38
38
|
},
|
|
39
39
|
"homepage": "https://www.npmjs.com/package/@flun/webauthn-browser#readme",
|
|
40
40
|
"bugs": {
|
|
41
|
-
"url": "https://github.com/
|
|
41
|
+
"url": "https://github.com/OpenFlun/webauthn-browser/issues"
|
|
42
42
|
},
|
|
43
43
|
"license": "ISC",
|
|
44
44
|
"dependencies": {},
|