You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Also to create the JWT token in the first place according to these cdocs you need to include a query string hash: "A query string hash is a signed canonical request for the URI of the API you want to call.":
According to these docs, if you want to call the API as an connect app you need to pass JWT in the query string or header param:
https://developer.atlassian.com/cloud/bitbucket/authentication-for-apps/
Also to create the JWT token in the first place according to these cdocs you need to include a query string hash: "A query string hash is a signed canonical request for the URI of the API you want to call.":
https://developer.atlassian.com/cloud/bitbucket/understanding-jwt-for-apps/
Does node-bitbucket support this?
The text was updated successfully, but these errors were encountered: