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)