Skip to content

Commit

Permalink
Merge branch 'main' of github.com:47chapters/letsgo
Browse files Browse the repository at this point in the history
  • Loading branch information
tjanczuk committed Feb 6, 2024
2 parents 51ff37d + f44ea2f commit 4567cf8
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 4567cf8

Please sign in to comment.