Releases: ConnorC18/Python-Authentication-Library
Returns Update | V 1.1.0
Returns Update | V 1.1.0
Quite a major release fixing a few bugs and adding some new features!
Changes
✔️ Added | signup function will now return true or the error message throw by the try except
✔️ Added | login function will now return True or "incorrectinfo" or "noaccount" depending on the error.
✔️ Added | sessionInfo["username"] will now return the current logged in users, username
✔️ Added | logout function
✔️ Added | logout function will now return True or "notloggedin"
✔️ Added | passwordReset function will now return True or "noemail" or "wrongsecurityquestionanswer"
➖ Fixed | passwordReset function will now require security question (Whoops)
➖ Fixed | email reset getting flagged as spam
❌ Removed | small bugs and unreachable code
First Release | V 1.0.0
First Release
Welcome to the first official release of the python authentication libary
Changes
✔️ Added Base Version
❌ Removed usless whitespace & unreachable code