Step 1 - Bungie API Authentication

Use this page to authenticate with the Bungie API for the DAP(er) application.

1. Enter your Bungie API Credentials

Enter the credentials from your Bungie Developer application.

Use this for production deployments where you've registered a specific URL

2. Configure Redirect URL

Add this URL as a redirect URL in your Bungie Developer Application:

⚠️ Important Note about Redirect URIs

The redirect URI must exactly match what you've registered in the Bungie Developer Portal:

  • For local development, use the auto-detected URL (like http://localhost:8000)
  • For production deployments, enter your exact registered redirect URI in the "Custom Redirect URI" field above
  • Common error: redirect_uri does not match application configuration - this means the URI being used doesn't match what's in your Bungie app settings

3. Authenticate with Bungie

After saving your credentials and configuring the redirect URL, click the button below to authorize with Bungie:

4 Continue to Application

Your configuration has been saved. Click the button below to access the full features of the DAP(er) application:

How to Use This Helper

  1. Enter your Bungie API credentials in Step 1.
  2. Click "Authenticate with Bungie" to begin the OAuth flow.
  3. You'll be redirected to Bungie.net to authorize access.
  4. After authorization, you'll be redirected back here and your tokens will be saved.
  5. Click "Continue to Application" to access the full features of DAP(er).