Skip to content
This repository has been archived by the owner on Nov 27, 2018. It is now read-only.

[Feature Request]Log in with token #20

Open
NomadThanatos opened this issue Jun 8, 2017 · 4 comments
Open

[Feature Request]Log in with token #20

NomadThanatos opened this issue Jun 8, 2017 · 4 comments

Comments

@NomadThanatos
Copy link

Since we cannot have someone's username and password to audit, I would like to audit with token(preferred) or refresh token.

I replace the token with my login query, but I got 500 error.

@whinis
Copy link
Owner

whinis commented Jun 8, 2017

You should be able to use tokens by using the following format
http://evejackknife.com/?accessToken= < accesstoken >
where < accesstoken > is a SSO token with some XML read access. Soon I plan to start implementing ESI as well but have been waiting on some missing items that would bring it up to near parity

@whinis
Copy link
Owner

whinis commented Jun 8, 2017

Just for clarification, Jackknife does not currently accept refresh tokens. This was done for two reasons.

  1. I believe a certain amount of trust is upheld by the fact that I cannot use said token long than about 20 minutes and cannot extend that
  2. While somewhat useful for long term usage this is more reserved for an api management program than an auditing program.

@NomadThanatos
Copy link
Author

Thanks, seems that I just need add some xml read access in my auth. I did not check the access in login, I just assume those are ESIs.

@whinis
Copy link
Owner

whinis commented Jun 8, 2017

Ya sorry, I plan to get it implemented very soon and will be putting up a beta of ESI at beta.evejackknife.com

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants