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

Service Authentication #1

Closed
3 tasks done
alvinmarshall opened this issue Jun 26, 2020 · 0 comments · Fixed by #3
Closed
3 tasks done

Service Authentication #1

alvinmarshall opened this issue Jun 26, 2020 · 0 comments · Fixed by #3
Assignees
Labels
enhancement New feature or request
Projects
Milestone

Comments

@alvinmarshall
Copy link
Member

alvinmarshall commented Jun 26, 2020

features

  • Implement authentication for user types [admin, staff, student]

Database

Columns

name admin staff student
username adminUsername stUsername pre_student_username
password adminPassword stPassword pre_student_password
other status, selstatus, tcstatus status
table es_dmin es_staff es_preadmission

Acceptance criteria

  • should return access and refresh token after login
  • should check invalid params
@alvinmarshall alvinmarshall self-assigned this Jun 26, 2020
@alvinmarshall alvinmarshall added the enhancement New feature or request label Jun 26, 2020
@alvinmarshall alvinmarshall added this to To do in Sms_proj via automation Jun 26, 2020
@alvinmarshall alvinmarshall moved this from To do to In progress in Sms_proj Jun 26, 2020
@alvinmarshall alvinmarshall added this to the Student authentication milestone Jun 28, 2020
@alvinmarshall alvinmarshall changed the title Student Authentication Service Authentication Jul 5, 2020
alvinmarshall added a commit that referenced this issue Jul 5, 2020
Authentication for service validate and authenticate
user types

* Student authorize
* staff authorize
* admin authorize

resolves: #1
@alvinmarshall alvinmarshall linked a pull request Jul 5, 2020 that will close this issue
Sms_proj automation moved this from In progress to Done Jul 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Sms_proj
  
Done
Development

Successfully merging a pull request may close this issue.

1 participant