-
-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
VK provider not working #11633
Comments
This comment has been minimized.
This comment has been minimized.
This issue was marked with the This means that it is a good candidate for someone interested in contributing to the project, but does not know where to start. Have a look at the Contributing Guide first. This will help you set up your development environment to get started. When you are ready, open a PR, and link back to this issue in the form of adding Please make sure that - if applicable - you add tests for the changes you make. If you have any questions, feel free to ask in the comments below or the PR. Generally, you don't need to Note There is no need to ask for permission "can I work on this?" Please, go ahead if there is no linked PR 🙂 |
Same issue. Seems like provider errors and inner VK API refactoring. I suppose this bug needs to be addressed not to Auth.js developers but to vk itself. |
vk provider needs to be fixed |
i have |
how to fix this problem i need vk auth |
you can add this but it not solve problem
|
@balazsorban44 can you fix this issue? |
Provider type
Vk
Environment
Reproduction URL
https://github.com/degibons/authjs-vk-issue
Describe the issue
When trying to sign in through a VK provider, an error is displayed
{"error":"invalid_request","error_description":"Code challenge method is unsupported"}
How to reproduce
npm install
AUTH_VK_ID, AUTH_VK_SECRET
variables from created vk appnpm run db
npx prisma db push
npm run dev
Expected behavior
Normal sign in flow without this error.
The text was updated successfully, but these errors were encountered: