paulphys / spotify-next-auth-token-rotation

NextAuth Refresh Token Rotation for Spotify OAuth

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

NextAuth Refresh Token Rotation for Spotify OAuth


Languages

Language:TypeScript 96.7%Language:Shell 3.3%