objection-password:Objection.js的自动密码哈希

时间:2024-05-21 08:57:10
【文件属性】:

文件名称:objection-password:Objection.js的自动密码哈希

文件大小:81KB

文件格式:ZIP

更新时间:2024-05-21 08:57:10

bcrypt objection-orm objectionjs JavaScript

Objection.js的自动密码哈希 该插件会自动将自动密码哈希添加到您的模型中。 这样可以非常轻松地保护密码和其他敏感数据。 在幕后,该插件使用进行哈希处理。 安装 NPM npm i objection-password 纱 yarn add objection-password 版本兼容性 节点版本 插件版本 <12> = 12 > = 3.x 如果您使用的是Node 12或更高版本,请使用插件的3.x版本,因为它包含bcrypt 5.x ,其中包含重要的安全更新,但仅与Node 12+兼容。 还针对Objection 2.x进行了测试。 用法 散列数据 // import the plugin const Password = require ( 'objection-password' ) ( ) ; const Model = require (


【文件预览】:
objection-password-master
----yarn.lock(202KB)
----index.test.js(7KB)
----.travis.yml(225B)
----jest.config.js(415B)
----README.md(2KB)
----index.d.ts(1KB)
----.gitignore(14B)
----index.js(2KB)
----package.json(819B)

网友评论