-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(auth.AuthContext-auth.AuthUser): add classes to handle authe…
…ntication context, authenticated user data and related operations in gui.py AuthUser is passed to graphic interface objects, AuthContext is stored inside AuthUser class in core.py AuthUser is instantiated when required in __main__.py only an instance of AuthContext is necessary in __init__.py an instance of AuthUser is created and then passed to gui objects
- Loading branch information
1 parent
e33c385
commit d0ca762
Showing
9 changed files
with
670 additions
and
736 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
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
Oops, something went wrong.