We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e684538 commit b690dacCopy full SHA for b690dac
packages/core/src/providers/eveonline.ts
@@ -103,6 +103,7 @@ export default function EVEOnline<P extends EVEOnlineProfile>(
103
"https://login.eveonline.com/v2/oauth/authorize?scope=publicData",
104
token: "https://login.eveonline.com/v2/oauth/token",
105
userinfo: "https://login.eveonline.com/oauth/verify",
106
+ checks: ["state"],
107
profile(profile) {
108
return {
109
id: String(profile.CharacterID),
0 commit comments