文件名称:express-security-example:使用基于JWT的身份验证中间件的Simple Express项目
文件大小:57KB
文件格式:ZIP
更新时间:2024-06-15 14:30:27
JavaScript
快速安全示例 使用基于JWT的身份验证中间件的Simple Express项目。 该项目是一个示例,用于说明我在帖子。 入门 克隆仓库: git clone https://github.com/arkerone/express-security-example.git cd express-security-example 安装依赖项: npm install 设置环境变量: 创建.env文件: cp .env.example .env 并设置环境变量: HOST='localhost' # Server host PORT=9001 # Server port\nCERTIFICATE='' # Path of the certificate
【文件预览】:
express-security-example-master
----package.json(2KB)
----.prettierrc(47B)
----LICENSE(1KB)
----package-lock.json(132KB)
----Gruntfile.js(718B)
----.env.example(377B)
----src()
--------config()
--------index.js(769B)
--------db()
--------routes()
--------middleware()
--------controllers()
--------errors()
--------services()
----.eslintrc.js(365B)
----.gitignore(2KB)
----README.md(4KB)
----.editorconfig(149B)
----fixtures()
--------demoUser.js(162B)