1. 首页
  2. 数据库
  3. 其它
  4. authentication flows js:javascript的身份验证流程 源码

authentication flows js:javascript的身份验证流程 源码

上传者: 2021-04-27 04:00:51上传 ZIP文件 19.75KB 热度 14次
身份验证流js javascript的 动机 配置 存储库适配器 客户端应用程序通过存储库适配器( TODO:elaborate )。 快递服务器对象 该模块重用了该客户端应用的快递服务器,并向其添加了多个端点(例如/createAccount )。 因此,客户端应用程序应将其服务器对象传递给authentication-flows-js(下面的示例)。 const app = module.exports = express(); var authentication-flows-js = require('authentication-flows-js'); authentication-flows-js.config( config: { user_app: app, authenticationAccountRepository: in
下载地址
用户评论