mirror of
https://github.com/Dan6erbond/sk-auth.git
synced 2025-05-07 01:15:31 +02:00
feat: add spotify oauth2 provider
This commit is contained in:
parent
f5e30969ef
commit
35662eb403
@ -46,7 +46,9 @@ export interface SpotifyTokens {
|
|||||||
scope: string;
|
scope: string;
|
||||||
}
|
}
|
||||||
|
|
||||||
type SpotifyOAuth2ProviderConfig = OAuth2ProviderConfig<SpotifyProfile, SpotifyTokens>;
|
interface SpotifyOAuth2ProviderConfig extends OAuth2ProviderConfig<SpotifyProfile, SpotifyTokens> {
|
||||||
|
show_dialog: boolean;
|
||||||
|
}
|
||||||
|
|
||||||
const defaultConfig: Partial<SpotifyOAuth2ProviderConfig> = {
|
const defaultConfig: Partial<SpotifyOAuth2ProviderConfig> = {
|
||||||
id: "spotify",
|
id: "spotify",
|
||||||
|
Loading…
Reference in New Issue
Block a user