🔖 Feature description
Description
Currently, when a user clicks the PAT (Personal Access Token) link on the deployed application, they are redirected to the lengthy GitHub documentation page (https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/managing-your-personal-access-tokens).
While informative, this creates unnecessary friction. The documentation is long and can be confusing for users who just want to quickly generate a token to use the app.
Expected behavior
To provide a seamless onboarding experience, the link should redirect the user directly to the GitHub settings page where they can instantly generate the token.
Proposed Solution
Update the href/redirect link to point directly to the GitHub token creation page:
- Classic Token URL:
https://github.com/settings/tokens/new
(Note: We can also append scopes to this URL if the app requires specific permissions, e.g., ?scopes=repo,read:user)
I would love to be assigned to this issue. It is a quick fix, and I can open a PR for it immediately to improve the user experience.
🎤 Screenshot
No response
🔄️ Additional Information
No response
🔖 Feature description
Description
Currently, when a user clicks the
PAT (Personal Access Token)link on the deployed application, they are redirected to the lengthy GitHub documentation page (https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/managing-your-personal-access-tokens).While informative, this creates unnecessary friction. The documentation is long and can be confusing for users who just want to quickly generate a token to use the app.
Expected behavior
To provide a seamless onboarding experience, the link should redirect the user directly to the GitHub settings page where they can instantly generate the token.
Proposed Solution
Update the href/redirect link to point directly to the GitHub token creation page:
https://github.com/settings/tokens/new(Note: We can also append scopes to this URL if the app requires specific permissions, e.g., ?scopes=repo,read:user)
I would love to be assigned to this issue. It is a quick fix, and I can open a PR for it immediately to improve the user experience.
🎤 Screenshot
No response
🔄️ Additional Information
No response