Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Readme improved
  • Loading branch information
Versalkul authored Jun 28, 2016
1 parent ccb40d7 commit a572378
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,13 @@ Just start the Executable file, like a portable program.
Before you can use the program you need to authenticate yourself.
Because you wouldnt want to give a program your username and password (looking at the people using steam to authenticate), I'm using the session-cookie instead.
The session-cookie is what the website uses to "remember you".
You need to obtain your cookie from the browser and copy-paste it in the session cookie textbox in the settings-tab and press save (or enter)
The session cookie will be only recognized as valid if the session the cookie is representing is logged in!

## How to get your session cookie
Usually you can find the cookie in your browser. Search for a cookie named *'session'* on warframe.market and copy its content.
[How to get your session cookie in firefox] (http://imgur.com/7tamenv)
[How to get your session cookie in chrome] (http://imgur.com/NddsKgc)
Start the application and insert the cookie into the Session-Token field.
[How to get your session cookie in firefox] (http://imgur.com/7tamenv)
[How to get your session cookie in chrome] (http://imgur.com/NddsKgc)

**Don't share this code with anyone as it allows full access to your account as long as you are logged in!**

Expand All @@ -42,7 +43,7 @@ Just download the new version and replace the executable.

## How to invalidate your session token
The program will offer to invalidate your session-cookie (log you out) when removing the files it created (button in settings tab).
If your browser still has this cookie it will **activate the same cookie** when you log in again with the cookie.
If your browser still has this cookie it will **reactivate the same cookie** when you log in again.
If you want a new cookie delete your cookie in the browser.

## License

0 comments on commit a572378

Please sign in to comment.