Concept Flow - Provider configuration (OAuth, credentials)
Start
Import NextAuth
Define Provider with OAuth credentials
Export NextAuth config with providers
User tries to sign in
OAuth flow starts
User grants permission
NextAuth receives token
User authenticated
End
This flow shows how NextAuth is configured with OAuth providers and how the sign-in process works step-by-step.