diff options
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |