Skip to content

Commit

Permalink
docs: update Spotify social connection guide (#1559)
Browse files Browse the repository at this point in the history
  • Loading branch information
kduprey authored Sep 24, 2024
1 parent 95cf971 commit fcd45e1
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion docs/authentication/social-connections/spotify.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,12 @@ description: Learn how to set up a social connection with Spotify in your Clerk

Learn how to set up a social connection with Spotify in your Clerk application.

Clerk does not currently support preconfigured shared OAuth credentials for Spotify on development instances. You will have to provide custom credentials for both development _and_ production instances, which includes generating your own Client ID and Client Secret using your Spotify Developer account. Don't worry, this guide will walk you through that process in just a few simple steps.
## Overview

**Clerk does not currently support preconfigured shared OAuth credentials for Spotify on development instances.** You will have to provide custom credentials for both development _and_ production instances, which includes generating your own Client ID and Client Secret using your Spotify Developer account. Don't worry, this guide will walk you through that process in just a few simple steps.

> [!CAUTION]
> [Spotify](https://developer.spotify.com/documentation/web-api/concepts/quota-modes) requires users to be added to the Spotify application's allowlist in order to allow them to connect to your Clerk application with Spotify OAuth. Each user who attempts to use your Clerk app in **development** with Spotify as their authentication method will need to be added to your app's allowlist before they can use it. _Your users may be able to log into your development Clerk app without having been allowlisted in Spotify. However, API requests with an access token associated to that user and Spotify app will receive a 403 status code error._
## Before you start

Expand Down

0 comments on commit fcd45e1

Please sign in to comment.