We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Login using auth cannot login problem in login with auth please correct it
The text was updated successfully, but these errors were encountered:
same here, Hey there, you're not working on it. Can you tell us any reason?
Sorry, something went wrong.
I have found a work around for this.
https://mintlify.us.auth0.com/authorize?response_type=code&client_id=MOMiBZylQGPE0nHpbvzVHAT4TgU0DtcP&redirect_uri=https://mintlify.com/start/vscode&scope=openid profile email offline_access
This URL is composed from the elements found in vscode/src/helpers/auth.ts
Log in to your selected account through the Auth-0 link
You will be redirected to a 404 page
Look in the URL of this 404 page for the code parameter and copy it
code
Use this code to compose the following VSCode app URL in your browser
vscode://mintlify.document/auth?code={{ code from previous step }}
You will be asked if you want to open this URL in VSCode, Select allow
In VS code you will be asked if you want Mintlify Doc Writer to handle this link. Select allow
You should see a pop-up notification in the bottom right of the VSCode window stating that you are now logged in.
No branches or pull requests
Login using auth cannot login problem in login with auth please correct it
The text was updated successfully, but these errors were encountered: