Skip to content

Commit

Permalink
chore: typo fix (#1917)
Browse files Browse the repository at this point in the history
Update jwt.mdx

✏️ typo fix
  • Loading branch information
mfreeman451 authored Oct 10, 2024
1 parent 163e700 commit ced725a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/hydra/guides/jwt.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Ory supports both methods for using JWTs as authorization grants and client auth
[RFC 7523](https://www.rfc-editor.org/rfc/rfc7523):

- Using JWTs as authorization grants allows exchanging JSON Web Tokens for access tokens using an established trust relationship.
- Using JWTs for client authenticationa allows OAuth 2.0 client authentication using public/private keys via JSON Web Tokens.
- Using JWTs for client authentication allows OAuth 2.0 client authentication using public/private keys via JSON Web Tokens.

## Using JWTs as Authorization Grants

Expand Down

0 comments on commit ced725a

Please sign in to comment.