update README with user autentication module info

This commit is contained in:
harshit1879 2025-03-04 20:49:36 +05:30
parent 988631a979
commit 5612497267

10
auth.py
View File

@ -1,11 +1,3 @@
def login(username, password):
if username == "user" and password == "password":
return True
return False
def register(username, password):
return f"User {username} registered successfully!"
print (" hello world ")