From 0e1b5cc469632ca88e8e5f9ca4b7045b74ec1711 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Enes=20Sad=C4=B1k=20=C3=96zbek?= Date: Sun, 13 Oct 2019 17:35:44 +0300 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 8d538fa..17dadb9 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,9 @@ Add your Steam API Key as user-secrets like this: After that set up your redirect URI, ClientID and ClientSecret in the appsettings.json. +## Health checks +This service contains a health check endpoint at `/health`. It checks if the Steam login server is up. + ## Docker [A docker image](https://hub.docker.com/r/imperialplugins/steam-openid-connect-provider) is also available.