Subversion Repositories oidplus

Rev

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

Rev 1131 Rev 1143
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
- Nullable params passed to non-nullable methods => find using PHPStan level 7
-
 
6
 
-
 
7
April 2023 planned:
-
 
8
- Don't send information object OIDs to oid-info.com anymore
-
 
9
- https://github.com/danielmarschall/oidplus/issues/5 => "Offline mode" (do not contact internet, e.g. gs1-barcodes, polyfill, oidinfo, ...)
5
 
10
 
6
Admin Auth:
11
Admin Auth:
7
- implement argon2 as alternative to bcrypt?
12
- implement argon2 as alternative to bcrypt?
8
- idea: could RA-auth-plugins also be used to create the admin-hash? problem: setup/ generates hash with javascript, not via PHP!!!
13
- idea: could RA-auth-plugins also be used to create the admin-hash? problem: setup/ generates hash with javascript, not via PHP!!!
9
- BCrypt
14
- BCrypt