Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implemented auth system with user model, controller, routes, and tests #106

Merged
merged 2 commits into from
Nov 14, 2024

Conversation

akshayw1
Copy link

Title:

Add authentication system with user model,auth controllers, auth routes, auth middlewares and tests


Description:

Implemented the authentication system with user registration and login functionalities. Added user model, routes for authentication, and necessary test cases to ensure the system works as expected. Included email validation during user registration and login processes, also the documentation, in DOCUMENTION


Related Issue:


Motivation and Context:

This change is required to provide a secure authentication mechanism for users. It ensures proper validation of user data (including email) and implements login and registration functionalities.


Screenshots (In case of UI changes):

N/A (No UI changes were made)


Types of changes:

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • All new and existing tests have passed and it does not give any unexpected errors for the same.

@akshayw1
Copy link
Author

@rajutkarsh07 Please review

@rajutkarsh07
Copy link
Collaborator

LGTM

@rajutkarsh07 rajutkarsh07 merged commit 98b77d9 into c2siorg:feature/webiu-2024 Nov 14, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants