-
-
Notifications
You must be signed in to change notification settings - Fork 281
feat: add atg auth docs #783
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| @@ -0,0 +1,43 @@ | ||||||||||||||||||||||||||||||||||||||||||||||
| --- | ||||||||||||||||||||||||||||||||||||||||||||||
| id: api-testing-auth-setup | ||||||||||||||||||||||||||||||||||||||||||||||
| title: Auth Setup | ||||||||||||||||||||||||||||||||||||||||||||||
| sidebar_label: Auth Setup | ||||||||||||||||||||||||||||||||||||||||||||||
| description: Auth setup for API Testing | ||||||||||||||||||||||||||||||||||||||||||||||
| tags: | ||||||||||||||||||||||||||||||||||||||||||||||
| - API testing | ||||||||||||||||||||||||||||||||||||||||||||||
| - webhooks | ||||||||||||||||||||||||||||||||||||||||||||||
| - integration | ||||||||||||||||||||||||||||||||||||||||||||||
| - custom validation | ||||||||||||||||||||||||||||||||||||||||||||||
| - policy enforcement | ||||||||||||||||||||||||||||||||||||||||||||||
| keywords: | ||||||||||||||||||||||||||||||||||||||||||||||
| - webhook | ||||||||||||||||||||||||||||||||||||||||||||||
| - API testing | ||||||||||||||||||||||||||||||||||||||||||||||
| - PreExecute | ||||||||||||||||||||||||||||||||||||||||||||||
| - PostExecute | ||||||||||||||||||||||||||||||||||||||||||||||
| - external validation | ||||||||||||||||||||||||||||||||||||||||||||||
| - custom logic | ||||||||||||||||||||||||||||||||||||||||||||||
|
Comment on lines
+8
to
+18
|
||||||||||||||||||||||||||||||||||||||||||||||
| - webhooks | |
| - integration | |
| - custom validation | |
| - policy enforcement | |
| keywords: | |
| - webhook | |
| - API testing | |
| - PreExecute | |
| - PostExecute | |
| - external validation | |
| - custom logic | |
| - authentication | |
| - auth setup | |
| - JWT | |
| - bearer token | |
| keywords: | |
| - authentication | |
| - auth setup | |
| - login | |
| - JWT | |
| - bearer token | |
| - cookie auth |
Copilot
AI
Feb 5, 2026
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.
The tier specification uses "Teams" but other documentation files in this repository use "Team" (without the 's'). For consistency, this should be "Team" to match the pattern seen in api-testing-cicd.md and generate-api-tests-using-ai.md which use "Free, Team, Scale, Enterprise".
Copilot
AI
Feb 5, 2026
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.
When "setup" is used as a verb, it should be two words: "set up". The noun form "setup" is correct when used as a noun (e.g., "Auth Setup" in the title), but when describing an action, it should be "set up".
| This guide will help you setup your application Auth in API Test Generation and Run | |
| This guide will help you set up your application Auth in API Test Generation and Run |
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.
The tags in the frontmatter are not relevant to authentication setup. These tags ("webhooks", "custom validation", "policy enforcement") appear to be copied from the webhook documentation. The tags should reflect the authentication-related content of this document, such as "authentication", "auth", "bearer token", "login API", etc.