-
·
Webauthn.me Your All-In-One Resource For Web Authentication
Web authentication is the new standard of using public key-based credentials. Webauthn.me contains all the information and tools you need to learn web authentication. Understanding the concept of Webauthn may not be easy for everyone. At least in my case, I had to watch a few videos, read some documentation, and do some practice. Thanks…
-
·
Automate Security Scan for your WordPress site
Schedule a regular site scan to avoid malware and hack attempts on your WordPress site
-
·
Remove malicious code with WordPress CLI verify checksums
WP CLI comes with a verify-checksums sub-command that you can run with core and plugin commands. This makes it easier to check the integrity of core and plugin files. Recently I repaired a hacked website with the help of this command. I got the list of malicious files that are not part of WordPress and…
-
·
FILTER_SANITIZE_STRING is deprecated, what to use instead?
Use htmlspecialchars() to filter HTML entities in a string instead of FILTER_SANITIZE_STRING
-
·
Small commits make a big difference
Smaller commits are easy to read and review and also help in fixing merge conflicts.
-
·
JWT for WordPress
Using JWT Authentication for the WP REST API
-
·
How to keep your developer community active?
Practical and easy tips to keep a community diverse, safe and engaging
-
·
jwt.io an all in one hub for JWT
jwt.io, a hub that allows you to learn, debug and verify JWT
-
·
Dev Communities: Are they really helpful?
This blog post talks about how tech communities inspire me to share my knowledge and learn from others.