Skip to content

Commit

Permalink
fix jwt authentication srs
Browse files Browse the repository at this point in the history
  • Loading branch information
alsugiliazova committed Nov 8, 2024
1 parent ce3049d commit 05776ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jwt_authentication/requirements/requirements.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ Example:
```

2. **Static JWKS Validator**:
Uses a JSON Web Key Set (JWKS) containing public keys to verify JWTs signed with asymmetric algorithms.
Uses a JSON Web Key Set (JWKS) containing public keys to verify JWTs signed with asymmetric algorithms.
Example:

```xml
Expand All @@ -151,7 +151,7 @@ Example:

3. **Dynamic JWKS Validator**:
Retrieves public keys dynamically from the JWKS servers.
Ideal for integration with identity providers where key rotation is managed externally.
Ideal for integration with identity providers where key rotation is managed externally.
Example:

```xml
Expand Down

0 comments on commit 05776ac

Please sign in to comment.