-
-
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
Atlassian Provider not working but its in the docs for v5 #11613
Comments
found the actual link that is empty. |
This comment has been minimized.
This comment has been minimized.
Running into the same issue... |
I dropped the code in cb1a260 but quite frankly I don't remember why. From my description, I assessed it was somehow relying on OAuth 1.0, which is not supported anymore. Im fine if we re-add it. Here is the documentation https://developer.atlassian.com/cloud/jira/software/oauth-2-3lo-apps/ |
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 🙂 |
@balazsorban44 Thanks for providing the latest docs! I have made the necessary modifications for oauth2.0 and brought back the atlassian provider. Please review the PR. |
What is the improvement or update you wish to see?
I would like to see Atlassian implemented in v5. I see it is in v4, maybe you guys just haven't gotten around to it. All good, but remove it as an option from your v5 docs when you search for OAuth providers.
Is there any context that might help us understand?
These are the docs for v5.
https://authjs.dev/getting-started/authentication/oauth
You can search for Atlassian but it is not in the v5 packages.
https://github.com/nextauthjs/next-auth/tree/main/packages/core/src/providers
Does the docs page already exist? Please link to it.
https://authjs.dev/getting-started/authentication/oauth
The text was updated successfully, but these errors were encountered: