Skip to content
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

feat: Bitbucket Adapter #115

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fix: update Bitbucket OAuth2 documentation link for scopes
jonathanbecerra committed Dec 27, 2024
commit dee9ebc4438ca5fd39ed4742ae560f74f3689083
2 changes: 1 addition & 1 deletion packages/openauth/src/adapter/bitbucket.ts
Original file line number Diff line number Diff line change
@@ -5,7 +5,7 @@ import { Oauth2Adapter, Oauth2WrappedConfig } from "./oauth2.js"
*
* A descriptor lacking the scopes element is implicitly assumed to require all scopes and as a result, Bitbucket will require end users authorizing/installing the add-on to explicitly accept all scopes.
*
* @see {@link https://developer.atlassian.com/cloud/bitbucket/rest/intro/#authentication}
* @see {@link https://developer.atlassian.com/cloud/bitbucket/rest/intro/#bitbucket-oauth-2-0-scopes}
*/
type Scope =
| "project"