fix: update scope for apple login

This commit is contained in:
Lakhan Samani
2022-06-14 13:11:39 +05:30
parent 395e2e2a85
commit fadd9f6168
2 changed files with 5 additions and 2 deletions

View File

@@ -130,7 +130,7 @@ func InitOAuth() error {
AuthURL: "https://appleid.apple.com/auth/authorize",
TokenURL: "https://appleid.apple.com/auth/token",
},
Scopes: []string{"name", "email"},
Scopes: []string{"openid", "name", "email"},
}
}