❌ OAuth Flow
1 Redirect to auth server
2 User grants consent
3 Redirect to callback
4 Exchange code for token
5 Store token securely
6 Handle token refresh
7 Manage token expiry
8 Finally make API call
~50 lines of code