身份验证流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