Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 603 Bytes

TODO.md

File metadata and controls

20 lines (13 loc) · 603 Bytes

Development Plan

Features enough for @nponeccop:

  • Authentication by (a non-existent Haskell port of) avz
  • Session cookie generation/storage (which?)
  • Authorization/user profile persistence (which?)
  • Pubsub (which?)
  • Optional static HTTP server for development

AVZ port

Google and Facebook authentication methods in Version 1 as they don't require HTTP endpoints unlike Twitter or GitHub.

PubSub

  • broadcasting messages to channels
  • must support subscriber metadata/enumeration, e.g. fetching logins of online users.