Skip to content

A simple Springboot Application to retrive a refreshed token from the Spotify API.

Notifications You must be signed in to change notification settings

nil-malh/spotify-token-refresher-java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spotify Token Refresher

A Springboot application to retrive a refreshed token from an access token

API Reference

Get all items

  POST /refresh_token?token=${token}
Parameter Type Description
token string Required. Your Spotify API access token

Environment Variables

To run this project, you will need to add the following environment variables to your .env file

SPOTIFY_CID Your Spotify API clientID

SPOTIFY_CSRT Your Spotify API clientSecret

The clientID and clientSecret can be found in your Developper Dashboard.

About

A simple Springboot Application to retrive a refreshed token from the Spotify API.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages