-
Notifications
You must be signed in to change notification settings - Fork 166
Add Signature Validation & Split Token page #7097
Conversation
|
|
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
✅ PS. Add to the end of url /docs/nightly
To edit notification comments on pull requests, go to your Netlify project configuration. |
1 similar comment
✅ PS. Add to the end of url /docs/nightly
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ PS. Add to the end of url /docs/nightly
To edit notification comments on pull requests, go to your Netlify project configuration. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR restructures the JWT authentication documentation by splitting a large monolithic document into multiple focused pages, improving navigation and maintainability. The signature validation and split token sections have been extracted from the main JWT authentication page and converted into dedicated documentation pages.
Key changes:
- Extracted JWT Signature Validation content into a new standalone page
- Extracted JWT Split Token Flow content into a new standalone page
- Added menu entries for the two new documentation pages
- Updated descriptions for JWT Claim Validation and Authorization pages
- Added FAQ sections to the JWT Claim Validation and Signature Validation pages
Reviewed Changes
Copilot reviewed 6 out of 6 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
tyk-docs/data/menu.yaml |
Added menu entries for "Signature Validation" and "Split Token" under JSON Web Tokens section |
tyk-docs/content/basic-config-and-security/security/authentication-authorization/json-web-tokens.md |
Removed signature validation and split token sections (moved to dedicated pages) |
tyk-docs/content/api-management/authentication/jwt-split-token.md |
New page containing JWT Split Token Flow documentation with enhanced Mermaid diagram |
tyk-docs/content/api-management/authentication/jwt-signature-validation.md |
New page containing JWT Signature Validation documentation with FAQ section |
tyk-docs/content/api-management/authentication/jwt-claim-validation.md |
Updated description and added FAQ section |
tyk-docs/content/api-management/authentication/jwt-authorization.md |
Updated description for consistency |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
This PR has been migrated to the new repository |
User description
Contributor checklist
New Contributors
masterPR Type
Documentation
Description
Extract Signature Validation into new page
Extract Split Token into new page
Update menu with new JWT subpages
Keep JWT Overview concise
Diagram Walkthrough
File Walkthrough
json-web-tokens.md
Split out signature and split-token contenttyk-docs/content/basic-config-and-security/security/authentication-authorization/json-web-tokens.md
menu.yaml
Add new JWT docs to navigationtyk-docs/data/menu.yaml