mirror of
https://github.com/hedge-dev/XenonRecomp.git
synced 2026-04-27 20:21:40 +00:00
update README with user autentication module info
This commit is contained in:
parent
988631a979
commit
5612497267
1 changed files with 1 additions and 9 deletions
10
auth.py
10
auth.py
|
|
@ -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 ")
|
||||
Loading…
Add table
Reference in a new issue