Mention Facebook in authentication docs (#10622)

Setting up more auth options locally and noticed this
This commit is contained in:
Jacob Herrington 2020-10-06 01:22:15 -05:00 committed by GitHub
parent 13bc3fc402
commit 5ecc3f6880
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)