Skip to content

Commit

Permalink
Added JWT doc
Browse files Browse the repository at this point in the history
  • Loading branch information
tomakehurst committed Apr 4, 2024
1 parent 328b4a4 commit 07fb97c
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 4 deletions.
5 changes: 3 additions & 2 deletions _data/doc-categories.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ stubbing-and-verifying:
- proxying
- verifying

templating:
title: Templating
library:
title: Mock API Template Library
link: /docs/mock-api-templates
pages:
- mock-api-templates
Expand All @@ -60,6 +60,7 @@ protocols:
- webhooks-and-callbacks
- grpc
- solutions/graphql
- jwt
- https

configuration:
Expand Down
4 changes: 2 additions & 2 deletions _docs/https.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: docs
title: Serving HTTPs
meta_title: Using WireMock with HTTPs using self-signed or custom certificates | WireMock
title: Serving HTTPS
meta_title: Using WireMock with HTTPS using self-signed or custom certificates | WireMock
redirect_from: "/https.html"
description: WireMock can optionally accept requests over HTTPS. By default it will serve its own self-signed TLS certificate.
---
Expand Down
10 changes: 10 additions & 0 deletions _docs/jwt.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
layout: docs
title: JSON Web Tokens (JWT)
meta_title: JSON Web Tokens
description: Generating JWTs and JWKSs
---

The JWT extension provides support for generating JWTs and corresponding JSON Web Key Sets (JWKS) in stub responses via response templating.

For details see [the project's README](https://github.com/wiremock/wiremock-jwt-extension/blob/main/README.md).

0 comments on commit 07fb97c

Please sign in to comment.