Skip to content

Commit

Permalink
Merge pull request #33 from pushkin-consortium/conbainbridge-patch-1
Browse files Browse the repository at this point in the history
fixed minor typos
  • Loading branch information
rui-han committed Jun 2, 2020
2 parents c81aea9 + 4275153 commit 8dbbdb3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/quickstart/gettingstarted.rst
Original file line number Diff line number Diff line change
Expand Up @@ -115,9 +115,9 @@ By default, Pushkin authenticates users using `Auth0 <http://auth0.com>`_. This

4. Choose the *Settings* tab. In *Allowed Callback URLs*, add ``http://localhost/``. In *Allowed Logout URLs*, add ``http://localhost``. In *Allowed Web Origins*, also add ``http://localhost``. Click the *Save Changes* button.

Note that these URLs are used for development. When you launch the live verrsion of your website, you will need to add your public URLs. Repeat the instructions above, replacing *http://localhost* with *https://YOUR-WEBSITE*. For instance, for gameswithwords, the urls are ``https://gameswithwords.org`` and ``https://gameswithwords/callback``.
Note that these URLs are used for development. When you launch the live version of your website, you will need to add your public URLs. Repeat the instructions above, replacing *http://localhost* with *https://YOUR-WEBSITE*. For instance, for gameswithwords, the urls are ``https://gameswithwords.org`` and ``https://gameswithwords/callback``.

5. On the setings page, you will see a ``Domain`` (something like ``gameswithwords.auth0.com``) and a ``Client ID``. Edit ``config.js`` to match:
5. On the settings page, you will see a ``Domain`` (something like ``gameswithwords.auth0.com``) and a ``Client ID``. Edit ``config.js`` to match:

.. code-block:: javascript
Expand Down

0 comments on commit 8dbbdb3

Please sign in to comment.