Skip to content

Commit b690dac

Browse files
authored
fix(providers): add State check to Eveonline (#11111)
add Checks for State
1 parent e684538 commit b690dac

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/core/src/providers/eveonline.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ export default function EVEOnline<P extends EVEOnlineProfile>(
103103
"https://login.eveonline.com/v2/oauth/authorize?scope=publicData",
104104
token: "https://login.eveonline.com/v2/oauth/token",
105105
userinfo: "https://login.eveonline.com/oauth/verify",
106+
checks: ["state"],
106107
profile(profile) {
107108
return {
108109
id: String(profile.CharacterID),

0 commit comments

Comments
 (0)