This repository has been archived by the owner on Feb 15, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
2 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
58a1f7c
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
How did you find this new token by the way? Using Fiddler, I can only find the old one.
58a1f7c
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ShadowRanger I used the iOS app to find it. The login on the app is a bit more streamlined and doesn't require logging in with the Epic launcher and exchanging tokens. I just looked at the request that was made when I signed in and noticed the Authorization had changed.
This is the first time I've had to change this token since I started this project about 8 months ago so I'm guessing this change was something security related or maybe they'll start changing it each update. Not totally sure yet.
58a1f7c
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the quick update, @Tustin ! :)
Also, a tutorial on how to find that key on iOS app is appreciated. :D
58a1f7c
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
hello tustin, could you explain how to get AUTHORIZATION on android and on ios thank you very much in advance!
With fiddle is it no use? Is there a way to do it on PC?