These forums have been archived and are now read-only.
The new forums are live and can be found at https://forums.eveonline.com/
OAuth sso with scopes
EsiPy - Python 2.7 / 3.3+ Swagger Client based on pyswagger for ESI
@app.route("/login")def login():return evesso.authorize(callback=url_for('authorized', _external=True, _scheme="http"),scope="{{ENTER YOUR SCOPES HERE}}")
https://developers.eveonline.com/applications/details/****
def authorized():.....session['evesso_token'] = (resp['access_token'], '')refreshtoken = (resp['refresh_token'], '') <-----add this.....return redirect(url_for("index"))
Spaceprincess
People who put passwords on char bazaar Eveboards are the worst.