Skip to content

[LOCKLITE-111] Create register API route#71

Merged
vbetsch merged 3 commits intodevelopfrom
api/feat/111-register
Aug 5, 2025
Merged

[LOCKLITE-111] Create register API route#71
vbetsch merged 3 commits intodevelopfrom
api/feat/111-register

Conversation

@vbetsch
Copy link
Owner

@vbetsch vbetsch commented Aug 5, 2025

No description provided.

@vbetsch vbetsch requested a review from Copilot August 5, 2025 21:44
@vbetsch vbetsch self-assigned this Aug 5, 2025
@vbetsch vbetsch added the api About endpoints and services label Aug 5, 2025
@notion-workspace
Copy link

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR implements a new user registration API endpoint for authentication functionality. The endpoint handles user registration by accepting email and password, validating the input, checking for existing users, hashing passwords, and creating new user records in the database.

Key changes:

  • Creates a new POST endpoint at /api/auth/register with comprehensive input validation
  • Implements secure password hashing using bcrypt with a salt rounds of 10
  • Includes comprehensive Swagger/OpenAPI documentation for the endpoint and User schema

@vbetsch vbetsch merged commit cbfb0a6 into develop Aug 5, 2025
4 checks passed
@vbetsch vbetsch deleted the api/feat/111-register branch August 5, 2025 21:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

api About endpoints and services

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants