/spotify-next-auth-token-rotation

NextAuth Refresh Token Rotation for Spotify OAuth

Primary LanguageTypeScript

Spotify NextAuth Token Rotation

This repository expands the NextAuth.js Refresh Token Rotation example to Spotify OAuth 2.0.

Setup

Spotify API

Develop locally

git clone https://github.com/paulphys/spotify-next-auth-token-rotation
cd spotify-next-auth-token-rotation
yarn
yarn dev

Environment variables

Create a .env file similar to .env.example in the root of the application and fill in all values.