Closed julien731 closed 8 years ago
Problem: in order for this to make sense, I need to abstract all user related functions in the class. However, the way app passwords are currently stored is kind of crappy. A refactoring of the app passwords component seems inevitable.
There are quite a few things happening for a user that has 2FA enabled. At the moment, the code is mostly procedural, which works well, but having a user object could make things easier. It would also give a clearer overview of the user meta data and make it easier to retrieve pieces of information.