fut icon indicating copy to clipboard operation
fut copied to clipboard

Refactor login

Open ortschun opened this issue 8 years ago • 2 comments

Let's break login into smaller pieces? It's so so hard to read, or make a change there!

ortschun avatar Oct 17 '17 06:10 ortschun

Yes indeed it's ugly crap and splitting into few methods are planned. In fact this if https://github.com/futapi/fut/blob/master/fut/core.py#L377-L441 probably can be moved to new method without any changes and used only if we need to enter credentials.

oczkers avatar Oct 18 '17 13:10 oczkers

I'd say, lets try to get this into it's own class and move it out of core. It can be a login utils class!

ortschun avatar Oct 18 '17 14:10 ortschun