authentication flows js:javascript的身份验证流程 源码
身份验证流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
文件列表
authentication-flows-js-main.zip
(预估有个25文件)
authentication-flows-js-main
src
index.ts
507B
core
authentication-flows-processor-impl.ts
12KB
authentication-user-impl.ts
1017B
crypto
key-generator.ts
3KB
types
account-enhancements.ts
205B
暂无评论