From aad3a78c95a986c96f066016f6971559a1f77cbc Mon Sep 17 00:00:00 2001 From: Mark Hobson Date: Tue, 17 Sep 2024 11:53:02 +0100 Subject: [PATCH] Document primary use-case --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index f98b486..1600375 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,9 @@ Stub [OpenID Connect](https://openid.net/specs/openid-connect-core-1_0.html) server for testing. +Primarily used to stub [GOV.UK One Login](https://docs.sign-in.service.gov.uk/) for end-to-end tests and load testing of +services that use it. + ## Prerequisites 1. Install Python 3.12