feat: add Spotify client and auth routes
This commit is contained in:
parent
cdab1b4dd5
commit
6769833f7e
11 changed files with 934 additions and 9 deletions
|
|
@ -1,4 +1,5 @@
|
|||
# Copy to .env and adjust. Without a .env the app starts in demo mode.
|
||||
# Credential variables get added here as the features that need them land.
|
||||
|
||||
APP_MODE=demo
|
||||
|
||||
# The redirect URI must exactly match the URI registered in the Spotify dashboard.
|
||||
SPOTIFY_CLIENT_ID=
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue