Security Jul 25, 2026 7 min read
API Request Signing Explained
Design HMAC API request signing in Java and Node.js with canonical requests, timestamps, nonces, replay defense, rotation, tests, and failure handling.
Tag
3 articles with this tag. Follow these related notes when you want a narrower study path.
Security Jul 25, 2026 7 min read
Design HMAC API request signing in Java and Node.js with canonical requests, timestamps, nonces, replay defense, rotation, tests, and failure handling.
Authentication Jul 25, 2026 7 min read
Implement OAuth Authorization Code with PKCE safely in Spring Security and Node.js, including state, callbacks, token exchange, tests, and mistakes.
Authentication Jul 25, 2026 7 min read
Build secure single-use password reset tokens in Spring Boot and Node.js with random generation, hash storage, expiry, rate limits, tests, and auditing.