File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 1- # This is a RESTful API for User Authentication + Authorization
1+ # A NodeJs/Express RESTful API for User Authentication + Authorization using MongoDB and Gitpod Docker
22The following are the endpoints with their brief description: (you can use POSTMAN or any other api caller....(however, I used PSOTMAN for TESTING))
3+
34================================================================
45POST: /api/auth/signup
56Description: for SignUp/Registeration
@@ -20,11 +21,13 @@ example request body---> {
2021================================================================
2122================================================================
2223POST: /api/auth/signout
23- Description: for Logout/SignOut
24+ Description: for Logout/SignOut
25+
2426================================================================
2527================================================================
2628GET: /api/test/all
27- Description: for Public Content Authroization
29+ Description: for Public Content Authroization
30+
2831================================================================
2932================================================================
3033GET: /api/test/user
You can’t perform that action at this time.
0 commit comments