Skip to content

Commit 907fe5c

Browse files
committed
text
1 parent eb3147a commit 907fe5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aspnetcore/security/authentication/configure-jwt-bearer-authentication.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ When using access tokens, many security problems arise because the access tokens
239239

240240
### Use standards
241241

242-
Standards like OpenID Connect or OAuth should always be used when creating access tokens. Access tokens should not be in your applications without the correct security precautions. Only in test scenarios, should you be creating access tokens.
242+
Standards like OpenID Connect or OAuth should always be used when creating access tokens. Access tokens should not be created in your applications without the correct security precautions. Only in test scenarios, should you be creating access tokens.
243243

244244
### Use asymmetric keys
245245

0 commit comments

Comments
 (0)