Skip to content

Commit c589648

Browse files
Add documentation for Application Passwords (#61)
Closes #60. Co-authored-by: Graham Campbell <[email protected]>
1 parent 673b910 commit c589648

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,8 @@ $client->authenticate(
7777
);
7878
```
7979

80+
> If you have two-factor authentication enabled on your account, then you must use an [application password](https://support.atlassian.com/bitbucket-cloud/docs/app-passwords/).
81+
8082
#### JSON Web Token
8183

8284
Finally, we support logging in using JSON web tokens (JWTs). This method is exclusively required by some of Bitbucket's API endpoints, such as the addons API. Generate your JWT, perahps using [lcobucci/jwt](https://github.com/lcobucci/jwt/tree/3.3.2), then provide it as below:

0 commit comments

Comments
 (0)