Spotify.NET/SpotifyAPI.Docs/docs/auth_introduction.md
Nova 300c51db3c
Minor fixes for comprehesion (#507)
Fixed capitalization, spelling, grammar, added gender-neutral language
2020-09-16 09:13:21 +02:00

1.1 KiB

id title
auth_introduction Introduction

import useBaseUrl from '@docusaurus/useBaseUrl';

Spotify does not allow unauthorized access to the API. Thus, you need an access token to make requests. This access token can be gathered via multiple schemes, all following the OAuth2 spec. Since it's important to choose the correct scheme for your usecase, make sure you have a grasp of the following terminology/docs:

Since every auth flow also needs an application in the Spotify dashboard, make sure you have the necessary values (like Client Id and Client Secret).

Then, continue with the docs of the specific auth flows:

<img alt="auth comparison" src={useBaseUrl('img/auth_comparison.png')} />