mirror of
https://github.com/ArthurDanjou/artdanj-api.git
synced 2026-01-29 19:10:28 +01:00
debug
This commit is contained in:
@@ -7,6 +7,7 @@ import { Artist, InternalPlayerResponse, PlayerResponse, SpotifyToken } from 'Ap
|
|||||||
import Song from 'App/Models/Song'
|
import Song from 'App/Models/Song'
|
||||||
|
|
||||||
export function getSpotifyAccount(): { access: string; refresh: string } {
|
export function getSpotifyAccount(): { access: string; refresh: string } {
|
||||||
|
console.log(`spot account : ${JSON.parse(readFileSync('spotify.json').toString())}`)
|
||||||
return JSON.parse(readFileSync('spotify.json').toString())
|
return JSON.parse(readFileSync('spotify.json').toString())
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -18,6 +19,7 @@ export function getAuthorizationURI(): string {
|
|||||||
redirect_uri: `${Env.get('BASE_URL')}/spotify/callback`,
|
redirect_uri: `${Env.get('BASE_URL')}/spotify/callback`,
|
||||||
})
|
})
|
||||||
|
|
||||||
|
console.log('auth url : ' + `https://accounts.spotify.com/authorize?${query}`)
|
||||||
return `https://accounts.spotify.com/authorize?${query}`
|
return `https://accounts.spotify.com/authorize?${query}`
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user