add owasp standard analysis
Compare changes
+ 35
− 0
@@ -44,3 +44,38 @@ To delete a person you must first login by `POST`ing to the `api/auth` route:
@@ -44,3 +44,38 @@ To delete a person you must first login by `POST`ing to the `api/auth` route:
You will receive a token which you will need to copy. Then you can use the `DELETE` `/api/persons/:id` route.