airavata-courses / DCoders

Spring 2022 Project
Apache License 2.0
1 stars 0 forks source link

Design and implement user management service #3

Closed vinayakasg18 closed 2 years ago

vinayakasg18 commented 2 years ago

Tasks for the first milestone:

For the first phase, 3 APIs (login and registration, and saving user queried details) are to be created.

Authorization, authentication, and token-related session management to be implemented in coming phases.

vinayakasg18 commented 2 years ago

User Management development is completed and code is available under branch 'feature/3-user-management-service' and PR 'https://github.com/airavata-courses/DCoders/pull/13'.