https://github.com/kento75/react-redux-ts-express-jwt-auth-sqlite
WIP: React (TypeScript) と Express API を使用した JWT認証 + アクセスコントロール + 検索 サンプル
https://github.com/kento75/react-redux-ts-express-jwt-auth-sqlite
auth express jwt react redux sqlite typescript
Last synced: 2 months ago
JSON representation
WIP: React (TypeScript) と Express API を使用した JWT認証 + アクセスコントロール + 検索 サンプル
- Host: GitHub
- URL: https://github.com/kento75/react-redux-ts-express-jwt-auth-sqlite
- Owner: Kento75
- Created: 2018-10-15T21:24:26.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-21T21:30:29.000Z (over 7 years ago)
- Last Synced: 2025-07-30T08:09:10.483Z (11 months ago)
- Topics: auth, express, jwt, react, redux, sqlite, typescript
- Language: JavaScript
- Homepage:
- Size: 3.1 MB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# react-redux-ts-basic-template
### backend API Routes
|URL|Type|Request|Response
|:---|:---|:-----|:-----|
|**`/user/authenticate`**|POST|username, password|username, password, token
|**`/user/all`**|GET|-|id, username, password, firstName, lastName, age, imageURL, comment
|**`/user/count`**|GET|-|count(*)
|**`/user/find/:userId`**|GET|id|id, username, password, firstName, lastName, age, imageURL, comment