How does OAuth differ from traditional authentication models in enhancing security?
OAuth delegates authentication to trusted third parties, eliminating the need to store user credentials at multiple sites. Moreover, OAuth provides better encryption and limited access scopes compared to password-based models.