Skip to content

capeta0507/React_Node_JWT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Node.js JWT 認證機制 API

參考文件

Node 實作 jwt 驗證 API

SON Web Token Authentication in React and react-router

Node.js API Authentication With JWT

Node.JS REST API Auth using JWTs - Tutorial

Build A Node.js API Authentication With JWT Tutorial

Authentication For Your React and Express Application w/ JSON Web Tokens

A guide for adding JWT token-based authentication to your single page Node.js applications

Handling Authentication and Authorization with Node

A Practical Guide for JWT Authentication using Nodejs and Express

Securing your Node js api with JSON Web Token

設計說明

系統主要是要表現以下功能:

  1. 客戶註冊
  2. 登入,JWT授權
  3. JWT安全認證,可以查看敏感資料
  4. 忘記密碼處理流程
  5. 客戶資料維護

系統架構

  1. 前端:React.js
  2. 後端:Node.js + Express
  3. 資料庫:MongoDB
  4. 安全認證:jsonwebtoken(JWT)

使用者 名單

"_id": "5d8f8728039f33014029d984"
"name": "詹森安"
"email": "davidtpe@seed.net.tw"
"login": "davidtpe"
"password": "David4255"
"_id": "5d8f875b3a4040098cdfa65c"
"name": "小政勳"
"email": "nintendof1@gmail.com"
"login": "nintendof1"
"password": "formula1"

About

React 前端 / Node 後端 安全認證 JWT 實作

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published