From 5ecc3f6880401fef2de614b5dbb643ded3a4c4a9 Mon Sep 17 00:00:00 2001 From: Jacob Herrington Date: Tue, 6 Oct 2020 01:22:15 -0500 Subject: [PATCH] Mention Facebook in authentication docs (#10622) Setting up more auth options locally and noticed this --- docs/backend/authentication.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/backend/authentication.md b/docs/backend/authentication.md index 4fbde160c..073bfcc3d 100644 --- a/docs/backend/authentication.md +++ b/docs/backend/authentication.md @@ -7,7 +7,7 @@ title: Authentication Authentication is handled by [Devise](https://github.com/plataformatec/devise) and [OmniAuth](https://github.com/omniauth/omniauth). -On Forem you can only authenticate through GitHub or Twitter. Please check out +On Forem you can authenticate through Facebook, GitHub, or Twitter. Please check out the respective guides on how to authenticate: - [Facebook authentication](/backend/auth-facebook)