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

Features/user registration #15

Closed
wants to merge 3 commits into from
Closed

Conversation

iamrahimi
Copy link
Collaborator

Summary
• Installed Joi for input validation to ensure robust user data handling.
• Integrated JWT for secure user authentication and token generation.

Details
1. Controller:
• Added functionality for user registration and token generation upon successful registration.
2. Model:
• Defined schema and logic for user management.
3. Middleware:
• Implemented input validation using Joi to verify user registration data before proceeding to the controller.

@iamrahimi iamrahimi requested a review from sam-lee-ku December 30, 2024 22:43
@iamrahimi iamrahimi closed this Jan 17, 2025
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.

1 participant