Skip to content

Latest commit

 

History

History
38 lines (28 loc) · 825 Bytes

DEVDOC.md

File metadata and controls

38 lines (28 loc) · 825 Bytes

rust-template-basic

If you're in a team, just use your git host's features or something.

To-do

  • Some policy when the API is unable to contact other services
    • Attempt to recreate connections?
  • Auth
    • Redis session cache
    • Expired token vacating cron job
    • Email verification
    • Password reset
    • 2FA
    • SSO
  • Logging
  • Replace UUIDs with HashIDs for user id

design-doc

Features

Endpoints

  • User
    • Get
    • Create
    • Update
    • Delete
    • List

dev-log

Upstream Issues