A lightweight mock server that simulates GitHub's OAuth endpoints. Perfect for E2E testing when you need to test authentication flows without hitting real GitHub servers.
The mock is completely stateless — tokens are self-contained and encode user information directly, eliminating the need for shared storage across replicas.