gpt4 book ai didi

javascript - 如何在 Strapi 中实现 2FA(使用 OTP)?

转载 作者:太空宇宙 更新时间:2023-11-03 22:03:32 24 4
gpt4 key购买 nike

是否可以在 Strapi 中实现 2FA?如果是,那么我想在我的 Strapi CMS 中实现 2FA 我该怎么做?任何人都可以帮助我。

我正在尝试用很多时间。

但它不能部分工作。

对于前端覆盖,它可以工作,但后端它不起作用。

正是我想修改 https://github.com/strapi/strapi/blob/master/packages/strapi-admin/config/routes.json 中的管理 /auth/local 路由.

我想为 https://github.com/strapi/strapi/blob/master/packages/strapi-admin/controllers/Auth.js 中的 handler: "Auth.callback" 添加一项额外的检查以进行重新捕获验证

最佳答案

如果您想在管理面板中添加此功能,则必须对其进行自定义。

为此,您必须使用定制概念

https://strapi.io/documentation/3.0.0-beta.x/concepts/customization.html

管理扩展是您必须使用的部分。

https://github.com/strapi/strapi/tree/master/packages/strapi-admin/admin/src/containers/AuthPage

之后,我建议您添加一个新端点,该端点将发送验证您的代码。您必须检查路线和 Controller 文档。

这与这个问题非常相似:

Check Password in ContentType Controller

这里有一个视频可以帮助您:

https://www.loom.com/share/990d3f842ded4a879b27c0e77c5ac340

关于javascript - 如何在 Strapi 中实现 2FA(使用 OTP)?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/60201924/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com