In this article, I want to document how to implement Spotify authentication by using Next.js middleware and NextAuth. I assume people who read this article already have a Next.js app, so I will jump directly into the implementation part. First, go to https://developer.spotify.com/dashboard/, login to this site to create a…