Skip to content

Updating visuals

If you see any images containing outdated UI, please bear with us.

We are updating all content as quickly as possible to mirror our new UI.

Roblox authentication

Roblox authentication lets your users sign in with their Roblox account.

Setup in the Roblox dashboard

  1. Open the Roblox creator / developer dashboard for your account or group.
  2. Create an OAuth application (or an equivalent app configuration).
  3. Add a redirect URL (the URL Roblox sends users back to after login).
    • Use the full URL of the page you select as Success page in WeWeb.
  4. Copy the credentials Roblox provides (for example Client ID and Client Secret).

Connect Roblox in WeWeb

  1. In the WeWeb editor, go to Data & API → Auth → Integrating providers.
  2. Select Roblox and turn on the Enable toggle.
  3. Paste your credentials into the fields shown in WeWeb.
  4. Click Save.

Test sign in

  1. Add a “Continue with Roblox” button in Interface.
  2. Create a workflow on click and add Sign in with social provider.
  3. Set:
    • Provider: roblox
    • Success page, Error page, And (optional) New user page
  4. Preview and complete the sign-in flow.

Common pitfalls

Redirect URL mismatch

Make sure the redirect URL in Roblox exactly matches the Success page URL you selected in WeWeb.

Reference

Setting in WeWebDescriptionWhere to find it in Roblox
Client IDIdentifies your Roblox app.Roblox developer dashboard.
Client SecretUsed to complete the sign-in flow securely.Roblox developer dashboard.

FAQs

Which redirect URL should I add in Roblox?

Use the full URL of the page you choose as Success page in Sign in with social provider.