fut
fut copied to clipboard
Refactor login
Let's break login into smaller pieces? It's so so hard to read, or make a change there!
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.
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!