Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Brendon committed Dec 12, 2024
1 parent 7130834 commit 668965f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,8 @@ Each JWT contains the following claims:
```json
{
"email": "[email protected]",
"password": "SecurePass123"
"password": "SecurePass123",
"role": "HML"
}
```
- Password requirements:
Expand Down

0 comments on commit 668965f

Please sign in to comment.