Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

微软登录可以添加“使用安全密钥登录” #121

Closed
3 tasks done
choking-chips opened this issue Aug 7, 2022 · 12 comments
Closed
3 tasks done

微软登录可以添加“使用安全密钥登录” #121

choking-chips opened this issue Aug 7, 2022 · 12 comments
Labels
· 优化 拒绝 / 放弃 不会制作该功能或无法修复该 Bug

Comments

@choking-chips
Copy link

检查项

  • 我已点击 设置 → 启动器 → 检查更新 确认了启动器已为最新版,且最新版未实现这项建议。怎样更新?
  • 我已在 Issues 页面 中搜索,确认了这一建议未被提交过。
  • 我已查看 功能投票页面,确认了这一建议未在投票列表中。

描述

在使用Chrome之类的浏览器时,微软登录有这样一个选项:

使用安全密钥登录

点击它,就能使浏览器打开一个窗口,可以通过输入PIN、按压指纹识别器等方式来验证是你,然后即可用该账户登录的微软账户来登录。

原因

如果有这项更改的话,那么登录账号也就因此变得更加简单了,不用再输入长长的微软账户密码,而是输入PIN、按压指纹识别器等更加便捷的方式即可解决登录。

虽然似乎账号只需要登录一次,一次性功能了属于是。

@choking-chips choking-chips added · 优化 新反馈 需要社区初步确认其有效的新 Issue labels Aug 7, 2022
@choking-chips choking-chips changed the title 微软登录可以 微软登录可以添加“使用安全密钥登录” Aug 7, 2022
@WTP016-CN
Copy link

印象里 PCL2 微软帐号登录调用 IE,似乎不能使用这个功能()

@WTP016-CN WTP016-CN added 等待反馈者 需要反馈者补充信息或配合测试 需要补充信息 and removed 等待反馈者 需要反馈者补充信息或配合测试 labels Aug 7, 2022
@choking-chips
Copy link
Author

确实是IE(点登录显示Internet Explorer可以记住密码),也许可以尝试调用新版Edge?(我不懂,我乱说的(

@WTP016-CN
Copy link

确实是IE(点登录显示Internet Explorer可以记住密码),也许可以尝试调用新版Edge?(我不懂,我乱说的(

这边建议单独开一个 Issue 建议更换到 EdgeWebView ()
这个和那个分开 不要写在一起

@WTP016-CN WTP016-CN added 等待确认 已经过社区确认,等待开发者确认 and removed 新反馈 需要社区初步确认其有效的新 Issue 需要补充信息 labels Aug 7, 2022
@choking-chips
Copy link
Author

这边建议单独开一个 Issue 建议更换到 EdgeWebView () 这个和那个分开 不要写在一起

如果更换到EdgeWebView的话,能实现的功能也许就只有这个?(据我使用来看应该是这样)

要不我编辑一下这个Issue,写得详细些?

@WTP016-CN
Copy link

这边建议单独开一个 Issue 建议更换到 EdgeWebView () 这个和那个分开 不要写在一起

如果更换到EdgeWebView的话,能实现的功能也许就只有这个?(据我使用来看应该是这样)

要不我编辑一下这个Issue,写得详细些?

一个 Issue 中不可以提出多个优化建议
换到 EdgeWebview 之后,可以加快页面加载速度,还可以避免由 IE 如同屎山的代码带来的性能损耗,但可能会对 Win7 等不带 EdgeWebview 组件的电脑带来空间困扰(
(但是装了 Edge 就自带 EdgeWebview我记得

@LTCatt
Copy link
Member

LTCatt commented Aug 7, 2022

根据微软官方文档,WebView2 需要调用额外的安装程序进行安装,这对 PCL2 来说是无法接受的……
https://docs.microsoft.com/zh-cn/microsoft-edge/webview2/concepts/distribution

@LTCatt LTCatt added 拒绝 / 放弃 不会制作该功能或无法修复该 Bug and removed 等待确认 已经过社区确认,等待开发者确认 labels Aug 7, 2022
@HexDragon-Bot HexDragon-Bot closed this as not planned Won't fix, can't repro, duplicate, stale Aug 7, 2022
@WTP016-CN
Copy link

根据微软官方文档,WebView2 需要调用额外的安装程序进行安装,这对 PCL2 来说是无法接受的……

这个 Issue 本来讨论的问题可不可以用 IE 实现呢()

@WTP016-CN WTP016-CN reopened this Aug 7, 2022
@WTP016-CN WTP016-CN closed this as not planned Won't fix, can't repro, duplicate, stale Aug 7, 2022
@WTP016-CN
Copy link

点错了()

@LTCatt
Copy link
Member

LTCatt commented Aug 7, 2022

根据微软官方文档,WebView2 需要调用额外的安装程序进行安装,这对 PCL2 来说是无法接受的……

这个 Issue 本来讨论的问题可不可以用 IE 实现呢()

微软的登录网页应该是由微软自己判定浏览器类型,应该没办法……
PCL2 不是在直接调用 IE,而是调用 WPF 的浏览器控件,它使用了 IE 内核。

@choking-chips
Copy link
Author

那能否折中一下,让有安装Edge WebView2的情况下调用此,否则仍然使用自带的浏览器控件来登录呢?

@LTCatt
Copy link
Member

LTCatt commented Aug 7, 2022

那能否折中一下,让有安装Edge WebView2的情况下调用此,否则仍然使用自带的浏览器控件来登录呢?

#122

@so1ve
Copy link
Contributor

so1ve commented Mar 24, 2023

那能否折中一下,让有安装Edge WebView2的情况下调用此,否则仍然使用自带的浏览器控件来登录呢?

#122

我记得tauri有实现自动的webview2检测(?)龙猫或许可以参考一下实现

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
· 优化 拒绝 / 放弃 不会制作该功能或无法修复该 Bug
Projects
None yet
Development

No branches or pull requests

5 participants