文件名称:express-auth:使用jwt进行身份验证以实现快速应用程序。 请查看自述文件以获取可用的API
文件大小:69KB
文件格式:ZIP
更新时间:2024-06-01 23:02:32
redis jwt express authentication auth
使用JWT进行身份验证 如何使用 在终端中运行此命令以安装依赖项 npm install 创建一个.env文件,如下所示 PORT=[number that you wish the server to run on] DB_URI=[mongo db URI] ACCESS_TOKEN_SECRET=[secret key to sign access token with] REFRESH_TOKEN_SECRET=[secret key to sign refresh token with] VERIFY_TOKEN_SECRET=[secret key to sign email verification token with] HOSTED_URL=[url where server is hosted on] MAIL_ID=[Gmail ID to send verific
【文件预览】:
express-auth-master
----.gitignore(49B)
----README.md(3KB)
----LICENSE(1KB)
----package.json(947B)
----src()
--------utils()
--------resources()
--------models()
--------router()
--------index.js(825B)
----.babelrc(292B)
----package-lock.json(237KB)