2025.07.12Y·04I Spent 3 Days Implementing 'Login with Google' (OAuth 2.0 Deep Dive)
I thought adding a 'Login with Google' button would be easy. Instead, I faced Redirect URI errors, State parameters, and HTTPS issues. I share the 4-step 'dance' of OAuth 2.0, practical solutions with NextAuth.js, and how to handle mobile deep linking.
SecurityOAuthAuthentication
→2025.07.09Y·03Authentication vs Authorization: Two Pillars of Security (feat. JWT)
Clarifying the confusion between login and permission checks through real security incidents and the 'Airport Security' analogy. Deep dive into JWT structure, OAuth 2.0, and Authentication strategies in Microservices.
SecurityAuthenticationAuthorization
→