hi all!
This script is no long maintained, however i do have a friend who has made a far better solution to this problem!
please see https://github.com/totallynotinteresting/crossover for more info :)
if possible could you please star his repo too?
hi all!
This script is no long maintained, however i do have a friend who has made a far better solution to this problem!
please see https://github.com/totallynotinteresting/crossover for more info :)
if possible could you please star his repo too?
| // pages/api/spotify. | |
| import querystring from 'querystring'; | |
| const { | |
| NEXT_PUBLIC_SPOTIFY_CLIENT_ID: client_id, | |
| NEXT_PUBLIC_SPOTIFY_CLIENT_SECRET: client_secret, | |
| NEXT_PUBLIC_SPOTIFY_REFRESH_TOKEN: refresh_token, | |
| } = process.env; |
| ssh-keygen -t rsa -b 4096 -m PEM -f jwtRS256.key | |
| # Don't add passphrase | |
| openssl rsa -in jwtRS256.key -pubout -outform PEM -out jwtRS256.key.pub | |
| cat jwtRS256.key | |
| cat jwtRS256.key.pub |