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

Endpoint to create user #56

Closed
Tracked by #51
Goncalo-Marques opened this issue Apr 6, 2024 · 0 comments · Fixed by #61
Closed
Tracked by #51

Endpoint to create user #56

Goncalo-Marques opened this issue Apr 6, 2024 · 0 comments · Fixed by #61
Assignees
Labels
enhancement New feature or request server app Work associated with the server app

Comments

@Goncalo-Marques
Copy link
Owner

No description provided.

@Goncalo-Marques Goncalo-Marques mentioned this issue Apr 6, 2024
9 tasks
@Goncalo-Marques Goncalo-Marques self-assigned this Apr 6, 2024
@Goncalo-Marques Goncalo-Marques added enhancement New feature or request server app Work associated with the server app labels Apr 6, 2024
@Goncalo-Marques Goncalo-Marques linked a pull request Apr 6, 2024 that will close this issue
Goncalo-Marques added a commit that referenced this issue Apr 7, 2024
Refs: closes #56 

## Summary

Handle the HTTP request to create a new user.

## Changes

- Add `pgconn` word to ignore in cspell
- Add missing conflict error code in the swagger spec
- Add user domain structures
- Add user domain errors
- Add http method to create a user
- Add service method to create a user
- Add store method to create a user
- Update password methods to receive and return bytes instead of string
- Update the password validation to also check for a maximum length
- Update the password validation to also check for a minimum number of
regular chars
joaotomaspinheiro pushed a commit that referenced this issue Apr 9, 2024
Refs: closes #56 

## Summary

Handle the HTTP request to create a new user.

## Changes

- Add `pgconn` word to ignore in cspell
- Add missing conflict error code in the swagger spec
- Add user domain structures
- Add user domain errors
- Add http method to create a user
- Add service method to create a user
- Add store method to create a user
- Update password methods to receive and return bytes instead of string
- Update the password validation to also check for a maximum length
- Update the password validation to also check for a minimum number of
regular chars
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request server app Work associated with the server app
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

1 participant