Authentication Jul 25, 2026 7 min read
OAuth Authorization Code Flow Explained
Implement OAuth Authorization Code with PKCE safely in Spring Security and Node.js, including state, callbacks, token exchange, tests, and mistakes.
Category
2 articles in this category. Use this page as a focused path through related backend concepts.
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.