Register an OAuth application and store credentials for this site.
-
-
- {#if blCredsStatus === 'unknown'}
-
Checking BeatLeader access…
- {:else if blCredsStatus === 'configured'}
-
BeatLeader access: Connected
- {#if blManageUrl}
-
Manage
- {/if}
- {:else}
-
BeatLeader access: Not connected
- {#if blManageUrl}
-
Configure
- {/if}
- {/if}
-
-
- {#if returnTo}
-
-
Manual setup (recommended):
-
- -
- Open the BeatLeader developer portal:
- beatleader.com/developer
-
- -
- Create a new application using the following values:
-
-
-
Suggested Client ID
-
- {recommendedClientId}
-
-
-
-
-
Redirect URL
-
- {origin}/auth/beatleader/callback
-
-
-
-
-
Scopes
-
scp:profile{scopes.includes('scp:offline_access') ? ',scp:offline_access' : ''}
-
-
-
- -
- After creation, copy the shown client secret and paste both values below to save locally.
-
-
-
-
- {#if existing}
-
-
Existing credentials found.
-
Client ID: {existing.client_id}
-
Client Secret: {existing.client_secret}
-
- {/if}
-
-
-
Client ID: {created.clientId}
-
Client Secret: {created.clientSecret}
-
-
- {/if}
-