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

Add user login endpoint #40

Closed
jakazzy opened this issue Aug 1, 2022 · 2 comments · Fixed by #65
Closed

Add user login endpoint #40

jakazzy opened this issue Aug 1, 2022 · 2 comments · Fixed by #65

Comments

@jakazzy
Copy link
Contributor

jakazzy commented Aug 1, 2022

Task Description

Describe the task to be completed.

Prior to creating the user login, create a super admin. The super admin(super admin should be seeded into the database)

Add user login endpoint. The user should be able to log in with an organizational email and password.

Technical Considerations

Email should be valid
password validation rules

  • Password should contain uppercase and lowercase letters.
  • Password should contain letters and numbers.
  • Password should contain special characters.
  • Minimum length of the password (the default value is 8).
    Include any technical considerations including architecture (e.g. API), required libraries, etc.

Additional ConsiderationsS

Any supplemental information including unresolved questions, links to external resources, screenshots, etc.

@jakazzy jakazzy added the backend label Aug 1, 2022
@jakazzy jakazzy added this to the August week 1 milestone Aug 1, 2022
@jakazzy jakazzy mentioned this issue Aug 1, 2022
12 tasks
@jakazzy jakazzy added the task label Aug 1, 2022
@KemiDoyin
Copy link

KemiDoyin commented Aug 4, 2022

@jakazzy kindly assign this issue to me, I'm working on it

@Saviour-Dagadu
Copy link

Please can I join you guys on this issue? Please where have you gotten to on this?

@jakazzy jakazzy linked a pull request Aug 18, 2022 that will close this issue
7 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

3 participants