文件名称:authentication-flows-js:javascript的身份验证流程
文件大小:20KB
文件格式:ZIP
更新时间:2024-04-19 13:49:07
TypeScript
身份验证流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
----src()
--------index.ts(507B)
--------core()
--------crypto()
--------types()
--------web()
--------config()
--------interfaces()
--------endpoints()
----tsconfig.json(394B)
----test()
--------mail()
--------crypto()
----README.md(2KB)
----.gitignore(43B)
----package.json(917B)