Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 403 Bytes

README.md

File metadata and controls

21 lines (18 loc) · 403 Bytes

Notes API

Typescript and express.js * lack

  • JWT authentication

    • activity session
    • delete other active sessions
    • session limit per user *
    • token blacklist
    • etc
  • Security

    • request validation
    • double authentication
    • CSRF *
  • Mobile App *

    • React native

start

  • edit mongodb configuration app.ts
  • yarn dev