文件名称:node-auth-api:使用Express和JWT构建的基本身份验证API
文件大小:29KB
文件格式:ZIP
更新时间:2024-05-28 01:44:35
nodejs javascript api jwt express
节点身份验证API 使用Express和JWT构建的基本身份验证API 安装: 首先,请克隆node-auth-api存储库,然后进入以下文件夹: git clone https://github.com/mikefmeyer/node-auth-api cd node-auth-api/ npm install 配置: 要开始使用API,请执行以下操作: 创建和.env文件: DB_CONNECT = mongo_db link comes here TOKEN_SECRET = random secret key comes here 使用API: / register路由用于注册新用户。 name: user name comes here, email: user email comes here, password: user password comes
【文件预览】:
node-auth-api-master
----.gitignore(1KB)
----package.json(415B)
----package-lock.json(104KB)
----validation.js(608B)
----models()
--------User.js(394B)
----index.js(453B)
----README.md(1010B)
----routes()
--------auth.js(1KB)
--------token.js(341B)