- 
                Notifications
    You must be signed in to change notification settings 
- Fork 29
Make the API key the primary NuGet auth method #1876
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
Make the API key the primary NuGet auth method #1876
Conversation
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 updates the documentation to make API key authentication the primary and recommended method for accessing the Telerik NuGet server, replacing the previous username/password approach. The changes reflect new product management requirements that prioritize API key-based authentication for improved security.
- Removes references to username/password authentication throughout the documentation
- Adds comprehensive instructions for generating and using API keys
- Updates troubleshooting guides to recommend API key usage instead of password resets
Reviewed Changes
Copilot reviewed 6 out of 12 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description | 
|---|---|
| knowledge-base/troubleshooting-nuget.md | Updates troubleshooting instructions to use API keys and fixes broken anchor links | 
| knowledge-base/nuget-feed-error-returned-unexpected-401-status-code.md | Replaces password reset instructions with API key authentication steps | 
| knowledge-base/migrate-an-existing-asp-net-core-project-from-full-dotnet-framework-4-6-to-dotnet-core-2-2.md | Updates anchor link to match new installation documentation structure | 
| getting-started/installation/using-nuget-keys.md | Renames "NuGet Keys" to "API Keys" throughout and updates environment variable names for consistency | 
| getting-started/installation/installation-approaches.md | Restructures NuGet installation section into three clear steps, adding API key generation as the first step | 
| getting-started/installation/adding-private-nuget-feed.md | Adds API key generation section and removes password special character handling instructions | 
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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.
Please ensure all the changed slugs are correct
Co-authored-by: Copilot <[email protected]>
Co-authored-by: Copilot <[email protected]>
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.
looks good
According to the latest requirements set by our PMs, the only documented authentication approach for the Telerik NuGet server must be the authentication with an API Key.