whinis / eve-jacknife

An api auditing tool for EVE Online written in php, works with api keys or SSO access tokens.
http://evejackknife.com/
22 stars 12 forks source link

function getToken($authCode,$refresh=false) #31

Open KongGal opened 6 years ago

KongGal commented 6 years ago

i see that part in the SSO code. if setting to true will it store the refreshtoken or use the refresh token to keep the token alive for more than 20 min or? Is there anyway to have tokens live longer than 20 min with jacknife?

whinis commented 6 years ago

Setting it to true will retrieve a new token if you pass the refresh token. The jackknife code as it currently stands does not store the refresh token to prevent the accusation that I am storing the APIs for later use.