Subversion Repositories oidplus

Rev

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

Rev 1148 Rev 1149
Line 5... Line 5...
5
- Nullable params passed to non-nullable methods => find using PHPStan level 7
5
- Nullable params passed to non-nullable methods => find using PHPStan level 7
6
 
6
 
7
April 2023 planned:
7
April 2023 planned:
8
- Don't send information object OIDs to oid-info.com anymore
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, ...)
9
- https://github.com/danielmarschall/oidplus/issues/5 => "Offline mode" (do not contact internet, e.g. gs1-barcodes, polyfill, oidinfo, ...)
10
	make function url_post_contents() which abstracts cURL
-
 
11
 
10
 
12
Admin Auth:
11
Admin Auth:
13
- implement argon2 as alternative to bcrypt?
12
- implement argon2 as alternative to bcrypt?
14
- 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!!!
15
- BCrypt
14
- BCrypt