Skip to content

Setup flow

OAuth callbacks

Add these when creating your Google or GitHub OAuth app. Replace example.com
with your domain.

Authorised JavaScript origins

  • https://onecamp-backend.example.com
  • https://onecamp.example.com

Authorised redirect URIs

  • https://onecamp-backend.example.com/oauth_callback/google
  • https://onecamp-backend.example.com/oauth_callback/github

Enter the client id and secret in the admin panel, under sign-in providers. They
are stored encrypted; there is no config file to edit.

Until you add your own credentials, Google and GitHub sign-in are switched off
and email sign-in is used instead.