feat: add spotify oauth2 provider

This commit is contained in:
Alexander Staroselsky 2022-01-11 09:54:19 -07:00
parent f3ffe44957
commit e8d22cfd6f

View File

@ -11,3 +11,5 @@ export type { ProfileCallback } from "./oauth2.base";
export { OAuth2Provider } from "./oauth2";
export { RedditOAuth2Provider } from "./reddit";
export type { RedditProfile, RedditTokens } from "./reddit";
export { SpotifyOAuth2Provider } from "./spotify";
export type { SpotifyProfile, SpotifyTokens } from "./spotify";