File size: 8,803 Bytes
9a92a42
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
# Backend API Documentation (SIH_BACKEND-main)

**Base URL**: `https://jpglj93t-3000.inc1.devtunnels.ms/api`

## πŸ” Authentication Flow

### 1. Trainee Flow
```
Signup β†’ Login β†’ Setup 2FA β†’ Verify 2FA β†’ Home
```

### 2. Trainer Flow
```
Signup (select org) β†’ Login β†’ Setup 2FA β†’ Verify 2FA β†’ Wait for org approval β†’ Home
```

### 3. Organization Flow
```
Signup β†’ Upload docs β†’ Login β†’ Setup 2FA β†’ Verify 2FA β†’ Wait for admin approval β†’ Home
```

---

## πŸ“ Endpoints

### Trainee Signup
**POST** `/signup/trainee`

**Request Body:**
```json
{
  "username": "john_doe",
  "email": "john@example.com",
  "password": "securepassword123",
  "traineeCategory": "student"  // Options: community_volunteer, govt_officer, responder, student, other
}
```

**Response (201):**
```json
{
  "message": "Trainee account created successfully. You can now login."
}
```

---

### Trainer Signup
**POST** `/signup/trainer`

**Request Body:**
```json
{
  "username": "jane_trainer",
  "email": "jane@example.com",
  "password": "securepassword123",
  "organization": "67890abcdef1234567890123",  // Organization _id
  "workDesignation": "Senior Trainer",
  "govtIdCard": "https://cloudinary.com/govt-id.jpg"  // Optional
}
```

**Response (201):**
```json
{
  "message": "Trainer account created successfully. Waiting for organization verification."
}
```

---

### Organization Signup
**POST** `/signup/organization`

**Request Body:**
```json
{
  "username": "ndma_org",
  "email": "contact@ndma.gov.in",
  "password": "securepassword123",
  "organizationType": "NDMA"  // Options: NDMA, SDMA, ATI, NGO, OTHER
}
```

**Response (201):**
```json
{
  "message": "Organization registered successfully. Waiting for admin verification."
}
```

---

### Login
**POST** `/login`

**Request Body (First Time - No 2FA):**
```json
{
  "email": "john@example.com",
  "password": "securepassword123"
}
```

**Response (200) - First Login:**
```json
{
  "token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9...",
  "requires2FASetup": true,  // User needs to set up 2FA
  "requiresDocumentUpload": false,  // For trainers/orgs
  "user": {
    "_id": "67890abcdef1234567890123",
    "username": "john_doe",
    "email": "john@example.com",
    "role": "trainee",
    "profilePhoto": "https://www.gravatar.com/avatar/?d=mp",
    "traineeCategory": "student",
    "organizationVerificationStatus": null,
    "verificationStatus": null,
    "documentsUploaded": false,
    "rejectionReason": null,
    "createdAt": "2025-01-01T00:00:00.000Z",
    "lastActive": "2025-01-01T00:00:00.000Z",
    "isActive": true
  }
}
```

**Request Body (With 2FA Enabled):**
```json
{
  "email": "john@example.com",
  "password": "securepassword123",
  "otp": "123456"  // Google Authenticator code
}
```

**Response (403) - 2FA Required:**
```json
{
  "message": "2FA is enabled. Please provide OTP.",
  "code": "2fa_required"
}
```

---

### Setup 2FA (After Login)
**POST** `/auth/2fa/setup`

**Headers:**
```
Authorization: Bearer <token>
```

**Response (200):**
```json
{
  "secret": "JBSWY3DPEHPK3PXP",  // Secret key for manual entry
  "qrCode": "data:image/png;base64,iVBORw0KGgoAAAANS..."  // QR code image
}
```

---

### Verify 2FA
**POST** `/auth/2fa/verify`

**Headers:**
```
Authorization: Bearer <token>
```

**Request Body:**
```json
{
  "token": "123456"  // 6-digit code from Google Authenticator
}
```

**Response (200):**
```json
{
  "message": "2FA enabled successfully."
}
```

**Error Response (400):**
```json
{
  "message": "Invalid OTP."
}
```

---

### Get Current User
**GET** `/me`

**Headers:**
```
Authorization: Bearer <token>
```

**Response (200):**
```json
{
  "_id": "67890abcdef1234567890123",
  "username": "john_doe",
  "email": "john@example.com",
  "role": "trainee",
  "profilePhoto": "https://www.gravatar.com/avatar/?d=mp",
  "lastActive": "2025-01-01T00:00:00.000Z",
  "isActive": true,
  "isTwoFactorEnabled": true,
  "traineeCategory": "student",
  "location": {
    "type": "Point",
    "coordinates": [75.8577, 22.7196]  // [longitude, latitude]
  },
  "createdAt": "2025-01-01T00:00:00.000Z",
  "updatedAt": "2025-01-01T00:00:00.000Z"
}
```

---

### Get All Organizations
**GET** `/organizations`

**Response (200):**
```json
{
  "count": 3,
  "organizations": [
    {
      "_id": "67890abcdef1234567890123",
      "username": "ndma_org",
      "email": "contact@ndma.gov.in",
      "organizationType": "NDMA"
    },
    {
      "_id": "67890abcdef1234567890124",
      "username": "sdma_delhi",
      "email": "contact@sdmadelhi.gov.in",
      "organizationType": "SDMA"
    }
  ]
}
```

---

### Upload Documents (For Organizations & Trainers)
**POST** `/documents/upload`

**Headers:**
```
Authorization: Bearer <token>
Content-Type: multipart/form-data
```

**Form Data:**
- **For Trainers:**
  - `govtIdCard`: File (Government ID Card image/PDF)

- **For Organizations:**
  - `registrationCertificate`: File
  - `gstCertificate`: File
  - `authorizationLetter`: File
  - `additionalDocs[]`: Multiple files

**Response (200):**
```json
{
  "message": "Documents uploaded successfully.",
  "documents": {
    "registrationCertificate": "https://cloudinary.com/...",
    "gstCertificate": "https://cloudinary.com/...",
    "authorizationLetter": "https://cloudinary.com/...",
    "additionalDocs": [
      "https://cloudinary.com/...",
      "https://cloudinary.com/..."
    ]
  },
  "govtIdCard": "https://cloudinary.com/..."  // For trainers
}
```

---

### Get Pending Trainers (For Organization)
**GET** `/pending-trainers`

**Headers:**
```
Authorization: Bearer <token>
```

**Response (200):**
```json
{
  "count": 2,
  "trainers": [
    {
      "_id": "67890abcdef1234567890125",
      "username": "jane_trainer",
      "email": "jane@example.com",
      "workDesignation": "Senior Trainer",
      "govtIdCard": "https://cloudinary.com/...",
      "createdAt": "2025-01-01T00:00:00.000Z"
    }
  ]
}
```

---

### Verify Trainer (For Organization)
**PUT** `/verify-trainer`

**Headers:**
```
Authorization: Bearer <token>
```

**Request Body:**
```json
{
  "trainerId": "67890abcdef1234567890125",
  "status": "verified",  // Options: verified, rejected
  "rejectionReason": "Incomplete documentation"  // Required if status is "rejected"
}
```

**Response (200):**
```json
{
  "message": "Trainer verified successfully.",
  "trainer": {
    "_id": "67890abcdef1234567890125",
    "username": "jane_trainer",
    "email": "jane@example.com",
    "organizationVerificationStatus": "verified"
  }
}
```

---

### Password Reset Request
**POST** `/request-password-reset`

**Request Body:**
```json
{
  "email": "john@example.com"
}
```

**Response (200):**
```json
{
  "message": "Password reset link sent to your email."
}
```

---

### Reset Password
**POST** `/reset-password/:token`

**Request Body:**
```json
{
  "password": "newsecurepassword123"
}
```

**Response (200):**
```json
{
  "message": "Password reset successful."
}
```

---

## πŸ”‘ User Roles

### Trainee
- **Verification**: None required
- **Features**: Can attend trainings, view maps, participate in attendance sessions

### Trainer
- **Verification**: Organization approval required (`organizationVerificationStatus`)
- **Statuses**: `pending`, `verified`, `rejected`
- **Features**: Create trainings, manage attendance, submit reports

### Organization
- **Verification**: Admin approval required (`verificationStatus`)
- **Statuses**: `pending`, `approved`, `rejected`
- **Features**: Verify trainers, view organization analytics

### Admin
- **Features**: Verify organizations, view all users, system management

---

## πŸ“Š Verification Status Fields

### Trainer
```typescript
organizationVerificationStatus: "pending" | "verified" | "rejected"
rejectionReason?: string  // Present if rejected
documentsUploaded: boolean
```

### Organization
```typescript
verificationStatus: "pending" | "approved" | "rejected"
rejectionReason?: string  // Present if rejected
documentsUploaded: boolean
verifiedBy?: ObjectId  // Admin who verified
```

---

## πŸ”’ Authentication

1. **JWT Tokens** stored in `Authorization: Bearer <token>` header
2. **Session Management** via Redis (7 days expiry)
3. **2FA Mandatory** for all users after first login
4. **Cookie Support** with `withCredentials: true`

---

## ⚠️ Important Notes

1. **2FA Flow**: Users must complete 2FA setup after first login, before accessing other features
2. **Organization Selection**: Trainers must select an existing **approved** organization during signup
3. **Document Upload**: Required for organizations and trainers before full access
4. **Verification**: Trainers wait for organization approval, organizations wait for admin approval
5. **Google OAuth**: Alternative login method that auto-creates accounts