morepath/morepath

make ``identity.userid`` public

Closed this issue · 2 comments

The identity base class makes sure there's a userid attribute, on NoIdentity this attribute also exists but it is None. We should describe this in the public API docs by adding the appropriate docstrings.

The docs should include that the userid may be None if no particular identity was established. I'll fix this myself though now. :)