summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuhamus <86472291+Luhamus@users.noreply.github.com>2022-03-09 17:20:11 +0200
committerGitHub <noreply@github.com>2022-03-09 17:20:11 +0200
commitce97a9706d81f04e6f52d301776ea6948844fe9f (patch)
tree10014ffe67a0ac151cee7243c98f77bc13f42d53
parent72fb05717ea5ed33fb17a2d8e3343051abc78e08 (diff)
Update README.md
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 419b02d..2426a68 100644
--- a/README.md
+++ b/README.md
@@ -3,7 +3,7 @@ You can go [directly](https://fastapi-luhamus.herokuapp.com/docs), and check out
But, as most of the API functionality requires authentication, better way is to use Postman
and add
```
-pm.environment.set("jwt_token", pm.response.json().access_token)
+pm.environment.set("JWT", pm.response.json().access_token)
```
to the Tests section under {{URL}}/login
That way you are autehnicated and can create, view and like the posts, and other things that require logging in