By: Michael Lynch <git@mtlynch.io>
Move auth service logic to separate file Keep handler-specific auth helpers in handlers/auth.go and move the AuthService interfaces and implementation to handlers/auth_service.go.