-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: handle not json reponse body and update examples
- Loading branch information
Showing
36 changed files
with
286 additions
and
177 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
<img width="360px" alt="Soundify example banner" src="https://user-images.githubusercontent.com/51422045/221219632-d89c4d89-05ca-4927-8419-af81cfd38875.png" /> | ||
|
||
# Soundify exapmle (next-ssr) | ||
|
||
// TODO |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
<img width="360px" alt="Soundify example banner" src="https://user-images.githubusercontent.com/51422045/221220147-a45333a1-be36-44b1-b06e-e9d6153518c8.png" /> | ||
|
||
# Soundify exapmle (node-express-auth) | ||
|
||
// TODO |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
<img width="360" alt="Soundify example banner" src="https://user-images.githubusercontent.com/51422045/221219257-bac1fa98-3bb1-4497-8c96-08dd5e40370f.png"> | ||
|
||
# Soundify exapmle (react-implicit-grant) | ||
|
||
// TODO |
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
examples/react-vite/package.json → examples/react-implicit-grant/package.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
3 changes: 1 addition & 2 deletions
3
examples/react-vite/src/pages/callback.tsx → ...act-implicit-grant/src/pages/callback.tsx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
VITE_SPOTIFY_CLIENT_ID= | ||
VITE_SPOTIFY_REDIRECT_URI=http://localhost:3000/callback |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
<img width="360" alt="Soundify example banner" src="https://user-images.githubusercontent.com/51422045/221218925-6fcfa2d0-d7fe-4dd8-983a-c9f6efe1dc36.png"> | ||
|
||
# Soundify exapmle (react-pkce-auth) | ||
|
||
This example shows how to use PKCE authentication in a single-page React application. We will also use the `react-router-dom`, `@tanstack/react-query` libraries to speed up our routine workflow. | ||
|
||
Don't forget to fill in the env variables in the `.env` file in the same way as | ||
in the `.env.example` file. | ||
|
||
After logging to your spotify you will see your top artists | ||
|
||
<img src="https://user-images.githubusercontent.com/51422045/221215586-13f60468-d1a6-4810-b33e-e12471d77c01.jpg"> |
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
examples/pkce-auth/package.json → examples/react-pkce-auth/package.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
Oops, something went wrong.