文件名称:mern-passport
文件大小:120KB
文件格式:ZIP
更新时间:2024-05-21 07:44:01
JavaScript
MERN + Passport.js 使用身份验证的示例MERN堆栈应用程序 Mongo,Express,React,Node(MERN)+ Passport.js用于管理身份验证 该项目是通过引导的。 演示版 在此处查看此应用程序的实时版本: : 项目结构 |-- server/ | |-- server.js // The entry point for running the backend server locally, and main server for production | |-- passport/ // Configuration files used to connect to different machines or set setting
【文件预览】:
mern-passport-master
----.gitignore(302B)
----README.md(2KB)
----CHANGELOG.md(5KB)
----public()
--------manifest.json(298B)
--------index.html(2KB)
--------favicon.ico(24KB)
----server()
--------server.js(2KB)
--------db()
--------auth()
--------passport()
----package.json(1KB)
----src()
--------App.jsx(5KB)
--------components()
--------index.css(63B)
--------utils()
--------pages()
--------App.css(341B)
--------index.js(252B)
----package-lock.json(465KB)