Skip to content

Commit

Permalink
Merge pull request #19 from ondrej/patch-1
Browse files Browse the repository at this point in the history
Fix HTTPS typo in localhost URL
  • Loading branch information
tjanczuk authored Feb 4, 2024
2 parents 3d9206f + 46aca43 commit f44ea2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorials/setting-up-authentication-with-auth0.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ The `ey...` string in the `authorization` header will be quite a bit longer. It

```bash
$ curl --request GET \
> --url https://localhost:3001/v1/me \
> --url http://localhost:3001/v1/me \
> --header 'authorization: Bearer eyJhbGciOi...31JX_NE2nAzwI2zyvW8qXcLuBk9hdb1RFdQ'
```

Expand Down

0 comments on commit f44ea2f

Please sign in to comment.