Skip to content

authentication

Carol Chung edited this page Sep 9, 2021 · 9 revisions

Purpose

  • Primary authentication using Google account

  • Alternative authentication using email/password


Setup steps

Auth0

1 create new tenant with prod label

2 create new application on that tenant

3 update required configs on the application (get fields probably for Application URIs)

looks like the server env var, AUTH0_DOMAIN and client env var, REACT_APP_AUTH0_DOMAIN are actually defined on the Google side, as Authorized JavaScript origins

Google Dev Console

1 set up new application

2 enable authentication


Auth0

Client integration

Server integration

Google

https://support.google.com/googleapi/answer/6158849

Clone this wiki locally