Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New origin Login Verification step for Web App #83

Closed
mvillarejo opened this issue Sep 15, 2014 · 7 comments
Closed

New origin Login Verification step for Web App #83

mvillarejo opened this issue Sep 15, 2014 · 7 comments

Comments

@mvillarejo
Copy link
Contributor

Hello,

it seems an extra login step is going to be added to WebApp, is described here:
http://help.ea.com/en/article/fifa-15-first-steps-login-verification/

The idea is quite similar to other systems that have 'two steps verification' so after you enable it, a verification code is sent to your email / phone and once you introduce it back to origin website, it provides you with a set of 6 x 8-digit codes you can use to verify your session.

It looks like this can happen just once so most likely there is some cookie / session information that should be saved to disk to avoid having to request a code on every login.

@oczkers do you think this is something that can be prepared in advance?

Cheers!

@oczkers
Copy link
Member

oczkers commented Sep 17, 2014

As always catch request/response and save params/cookies etc.

webapp for fifa 15 is going to be opened before release of game?

@mvillarejo
Copy link
Contributor Author

it looks like it will:
https://twitter.com/easportsfifa/status/512073697478582273

@robinpapa
Copy link

I managed to get past the new verification (via email or phone) by using my own cookie request. Unfortunately, the next obstacle is a CAPTCHA. I don't know how to proceed. I hope you guys do! 👍

@mvillarejo
Copy link
Contributor Author

That sounds great! @arthurnn was looking at a that here #74.

I've captured operations to compare with actual implementations, @oczkers do you think you can have a fifa15 branch created for all these new commits?

thanks

@oczkers
Copy link
Member

oczkers commented Sep 19, 2014

Project is now renamed to fut and should work only with fifa15 (old code [fut14] is avaible in fut14 branch).

Do we need support for older versions (14)?

@robinpapa
Copy link

Curt2008 made a PHP version that seems to import the cookies correctly. I'll look into converting that to Python. Would be a good lesson for me (but if anyone can do it faster, great ;) ).

https://github.com/curt2008/FIFA15-Unofficial-API

@oczkers
Copy link
Member

oczkers commented Oct 18, 2014

@robinpapa We've got remember feature, basically it's saving cookies after every request and restoring after app restart so you don't need to validate email.

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

No branches or pull requests

3 participants