Skip to content

Commit

Permalink
add
Browse files Browse the repository at this point in the history
  • Loading branch information
Brendon committed Dec 16, 2024
1 parent 6af5abc commit 1b21cf0
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,14 @@ Each JWT contains the following claims:
```json
{
"email": "[email protected]",
"password": "SecurePass123"
"password": "SecurePass123",
"role": "HML"
}
```
- Role is optional, but can be HML, RFG, VET, SUB, NGO, VOL, CLN, GOV for now.
- Different roles have different permissions.
- NGO, VOL, CLN, GOV can add resources.
- HML, RFG, VET, SUB can subscribe to resources.
- Password requirements:
- Minimum 8 characters
- At least 1 uppercase letter
Expand Down

0 comments on commit 1b21cf0

Please sign in to comment.