Skip to content

Commit

Permalink
add spotify auth provider
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelcmtd committed Jan 5, 2024
1 parent 0b94945 commit 0cde080
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/base.ts
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,7 @@ export const authProviders: [string, string][] = [
["github", "GitHub"],
["discord", "Discord"],
["twitch", "Twitch"],
["spotify", "Spotify"],
];

export const oauthOptions = { redirectTo: "http://localhost:4321/api/callback" };
Expand Down

0 comments on commit 0cde080

Please sign in to comment.