From 4326864fdcd4812d6c95b58d2a99ef8e363ffe7c Mon Sep 17 00:00:00 2001 From: Mrugesh Mohapatra <1884376+raisedadead@users.noreply.github.com> Date: Thu, 14 May 2020 17:06:34 +0530 Subject: [PATCH] docs: update notes abut auth page --- docs/devops.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/docs/devops.md b/docs/devops.md index 2703b8c2b10..cd8f9d9ce6f 100644 --- a/docs/devops.md +++ b/docs/devops.md @@ -225,11 +225,9 @@ There are some known limitations and tradeoffs when using the beta version of th The beta site is and always has been to augment local development and testing, nothing else. It's not a promise of what’s coming, but a glimpse of what is being worked upon. -- #### Sign in and authentication only available via email, not social. +- #### Sign page may look different than production - Google, GitHub and Facebook logins will NOT be available in this beta mode. This is simply a technical limitation, because we are using a separate `test domain` for this version. **Email logins will work just as fine.** - - The sign page may look different than production. + We use a test tenant for freecodecamp.dev on Auth0, and hence donot have the ability to set a custom domain. This makes is so that all the redirect callbacks and the login page appear at a default domain like: `https://freecodecamp-dev.auth0.com/`. This does not affect the functionality is as close to production as we can get. ## Reporting issues and leaving feedback