Subversion Repositories oidplus

Rev

Rev 1130 | Rev 1143 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1130 Rev 1131
Line 1... Line 1...
1
 
1
 
2
Type safety:
2
Type safety:
3
- PhpStorm warnings
3
- PhpStorm warnings
4
- Re-Check "mixed"
4
- Re-Check "mixed"
5
- 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?
-
 
6
 
5
 
7
Admin Auth:
6
Admin Auth:
8
- implement argon2 as alternative to bcrypt?
7
- implement argon2 as alternative to bcrypt?
9
- idea: could RA-auth-plugins also be used to create the admin-hash? problem: setup/ generates hash with javascript, not via PHP!!!
8
- idea: could RA-auth-plugins also be used to create the admin-hash? problem: setup/ generates hash with javascript, not via PHP!!!
10
- BCrypt
9
- BCrypt