Skip to content

Add the ability to create a user account #2

@Christian-Toney

Description

@Christian-Toney
### Completion criteria for developers
- [ ] Install [argon2 package](https://www.npmjs.com/package/argon2)
- [ ] Add endpoint: `PUT` `/accounts/user`
- [ ] Add property: `accountID`
- [ ] Add property: `loginID`
- [ ] Add property: `permissions`
- [ ] Add optional property: `flag`
- [ ] Add encrypted property: `encryptedEmailAddress`
- [ ] Add encrypted property: `encryptedPassword`
- [ ] Add encrypted property: `encryptedBirthDate`
- [ ] Save account information in the database
- [ ] Return a `201` on success

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions