Skip to content

Initial release with login and register functionality

Choose a tag to compare

@jerryshenfewcher jerryshenfewcher released this 19 May 00:03
· 41 commits to main since this release
f1ac677

Features
This initial release includes the following features:
User Registration

  • Users can create a new account by providing a username, email, and password.
  • Registration form includes validation to ensure all fields are properly filled.
    User Login
  • Registered users can log in using their username and password.
  • Login functionality includes error handling for incorrect credentials.
    login3