Search code examples
authenticationbitbucketinsomnia

insomnia bitbucket git configuration about authentication token


Today, i had problem with Insomnia git configuration.

Insomniais programming tools for api documentation. and need to manage with git version controller.

so i created a new repository and unlike a github i cant configure it as you see in image below:

created a new repository and unlike a github

my problem is: how can i get authentication token from bitbucket?


Solution

  • at the bottom left corner of bitbucket click on your profile image and select personal settings

    create app password

    bitbucket insomnia create new app password

    create new app password

    create new app password authentication token

    copy and paste this app password as authentication token in Insomniato push or commit

    app password as authentication token in Insomnia

    Good luck