Subversion Repositories oidplus

Compare Revisions

Regard whitespace Rev 1129 → Rev 1130

/trunk/TODO
1,6 → 1,8
 
Type safety:
- Search for "@param $" and add types
- PhpStorm warnings
- Re-Check "mixed"
- Instead of Feature OID Interfaces, we need real interfaces (at least during development), but how do we do prevent an error if the plugin is not installed?
 
Admin Auth:
- implement argon2 as alternative to bcrypt?