Skip to main content
Give your members options. The more ways they can log in, the less friction they experience getting into your community. Pick the methods that make sense for your audience.
Settings Location: Navigate to Control Room > Settings > Standard Login Methods to enable login providers. Technical Level: Basic setup required for each provider.

How to Set Up Each Provider

Setting up social login requires creating an “App” in the provider’s developer console. This generates the Client ID and Client Secret you need to paste into Nudj.
Step 1: Create a Project Go to the Google Cloud Console. Create a new project named “Nudj Community.”Step 2: Configure OAuth Screen
  1. Go to APIs & Services > OAuth consent screen.
  2. Choose External.
  3. Enter your app name and support email.
Step 3: Create Credentials
  1. Go to Credentials > Create Credentials > OAuth client ID.
  2. Select Web application.
  3. Add this Authorized Redirect URI: https://{subdomain}.nudj.cx/api/auth/callback/google
  4. Copy your Client ID and Client Secret.

Configuration Checklist

Before you hit “Enable,” make sure you have:
  • Created the App in the provider’s console.
  • Added the correct Redirect URI (find yours in Nudj Settings).
  • Pasted the Client ID into Nudj.
  • Pasted the Client Secret into Nudj.
Pro tip: Test each login method yourself before announcing them. Use an Incognito/Private window to sign in as a user and verify the flow.

Need More Control?

If you want to use your own proprietary authentication system, check out our custom methods.