JWT authentication flow
Who uses it: Backend developer designing or documenting an auth system
Why this works: Showing the bcrypt compare as a self-call on the Auth Service lifeline makes it clear that password verification happens inside the service, not at the database — a common misconception when onboarding new engineers.
