Ujjalzaman / Doctor-Appointment

A doctor appointment can be obtained by a patient through this website.
https://doctoroncall-bd.netlify.app/
246 stars 161 forks source link

Implmentent Authentication System - Register,Login,Token System Login as well #47

Closed Ujjalzaman closed 9 months ago

Ujjalzaman commented 1 year ago

Authentication: User login: /api/v1/auth/user/login (POST) User Register: /api/v1/auth/user/register (POST) (ONLY PATIENT) User Logout: /api/v1/auth/user/logout (POST) User refresh-token: /api/v1/auth/user/refresh-token (POST) Admin Login: /api/v1/auth/admin/login (POST) Admin Logout: /api/v1/auth/admin/logout (POST) Admin refresh-token: /api/v1/auth/admin/refresh-token (POST)

Ujjalzaman commented 9 months ago

Implemented close the issue