Changed module name from my_auth to myauth
Changed encryption algorithm to argon2 Added unit tests
This commit is contained in:
5
src/myauth/core/__init__.py
Normal file
5
src/myauth/core/__init__.py
Normal file
@@ -0,0 +1,5 @@
|
||||
from .auth import AuthService
|
||||
from .password import PasswordManager
|
||||
from .token import TokenManager
|
||||
|
||||
__all__ = ["AuthService", "PasswordManager", "TokenManager"]
|
||||
Reference in New Issue
Block a user