Skip to content

Releases: ConnorC18/Python-Authentication-Library

Returns Update | V 1.1.0

24 Mar 22:17
1dd7475

Choose a tag to compare

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 | sessi󠁼onInfo["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

23 Mar 18:45
6369513

Choose a tag to compare

First Release

Welcome to the first official release of the python authentication libary

Changes

✔️ Added Base Version
❌ Removed usless whitespace & unreachable code