diff --git a/Doc-API.md b/Doc-API.md index f52d1b0..f4c5562 100644 --- a/Doc-API.md +++ b/Doc-API.md @@ -14,4 +14,36 @@ Pour les requetes HTTP nous utiliserons [un package Flutter](https://pub.dev/pac ## Mise en place +### Planification + +Voici le shema propose par la documentation de l'API montrant toutes les etapes entrant dans l'authentification : + +![Voir la documentation de l'API](https://https://developer.spotify.com/assets/AuthG_AuthoriztionCode.png) + +### Avancee de l'implementation + +#### Etape 1 + +- [x] get client id +- [ ] set effective redirect uri +- [x] generate state +- [ ] choose scopes +- [x] open login page in browser +- [ ] get code and state + +#### Etape 2 + +- [x] get client secret +- [ ] get token things + +#### Etape 3 + +... + +#### Etape 4 + +... + + +