TODO.txt 683 B

1234567891011121314151617181920212223242526272829
  1. repoze.who TODOs
  2. ================
  3. Features
  4. --------
  5. - [X} Config file parser.
  6. - [_] Allow the ZODB plugin to connect read-only.
  7. - [X] Add a ``RedirectorPlugin``, similar to
  8. ``plugins.form.RedirectingFormPlugin``, but which *only* implements
  9. the ``IChallenger`` interface.
  10. - [_] Deprecate the form plugins.
  11. Documentation
  12. -------------
  13. - [_] Middleware use case as tutorial: bug tracker + ``REMOTE_USER``
  14. - [_] Middleware use case as tutorial: wiki + ``repoze.who.identity``
  15. - [_] API use case as tutorial: wiki w/ login and logout views
  16. - [_] API use case as tutorial: multiple apps w/ SSO
  17. - [_] Hybrid use case as tutorial: multiple apps w/ SSO, one OTS