An open API service indexing awesome lists of open source software.

https://github.com/kento75/express-jwt-auth-sqlite

express + sqlite + JWT Auth を使用した APIサーバー
https://github.com/kento75/express-jwt-auth-sqlite

api-server auth express jwt sqlite

Last synced: 6 months ago
JSON representation

express + sqlite + JWT Auth を使用した APIサーバー

Awesome Lists containing this project

README

          

# express-jwt-auth-sqlite
ー JWT Auth を使用した API ー

### 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