passport-eveonline
Version:
EVE Online authentication strategy for Passport.
10 lines (8 loc) • 337 B
JavaScript
(function() {
module.exports = {
defaultAuthorizationURL: 'https://login.eveonline.com/oauth/authorize',
defaultTokenURL: 'https://login.eveonline.com/oauth/token',
defaultVerifyURL: 'https://login.eveonline.com/oauth/verify',
fetchCharacterInformationError: 'error fetching character information'
};
}).call(this);