Skip to content

Latest commit

 

History

History
23 lines (21 loc) · 501 Bytes

README.md

File metadata and controls

23 lines (21 loc) · 501 Bytes

Kanban backend

API for a kanban board system.

Features

  • Auth

    • JWT based authentication
    • Token unvalidation on user logout/delete
    • External authentication providers (OAuth2)
  • Boards

    • Privacy settings
  • Lists

    • Automation
  • Cards

    • Labels
    • Task list
  • Misc.

    • Rate limiting
    • CORS
    • Documentation
    • Docker secrets support (reading config vars from files)
    • Integration tests
    • Audit logging