From 9ecd188fbc1a89ab8fdc1f1359cf1f232b162db4 Mon Sep 17 00:00:00 2001 From: Lennart Fleischmann <67686424+lfleischmann@users.noreply.github.com> Date: Wed, 10 Apr 2024 17:36:27 +0200 Subject: [PATCH] docs: add link to discord guide in backend readme --- backend/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/backend/README.md b/backend/README.md index 487cb9075..c09ceb961 100644 --- a/backend/README.md +++ b/backend/README.md @@ -442,6 +442,7 @@ configure them. All provider configurations require provider credentials. See th documentation for instructions on how to obtain these: - [Apple](https://docs.hanko.io/guides/authentication-methods/oauth/apple) +- [Discord](https://docs.hanko.io/guides/authentication-methods/oauth/discord) - [GitHub](https://docs.hanko.io/guides/authentication-methods/oauth/github) - [Google](https://docs.hanko.io/guides/authentication-methods/oauth/google)