Skip to content

Commit 248052b

Browse files
committed
fix for #991
1 parent acf34b9 commit 248052b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -927,8 +927,8 @@ file. Be sure to fill these three variables:
927927
- `audience` with the API URL you created in Auth0
928928

929929
Note that if you don't fill the audience parameter, it will not work because you won't get a valid JWT.
930-
Also note that you should fill `jwtAuth.audiences` to ensure the tokens are validated to be generated
931-
for your application.
930+
Also note that you should fill `jwtAuth.audiences` (with the value of the `audience`) to ensure the
931+
tokens are validated to be generated for your application.
932932

933933
You can also change the `url` variable, used to test the API with authentication.
934934

0 commit comments

Comments
 (0)