Skip to content
Pascal Pfiffner edited this page Apr 12, 2016 · 1 revision

BitBucket will prioritize any user session (cookies) over the “Authorization” header, hence code exchange will fail if a cookie with a user session is present. This is automatically addressed by OAuth2 using an ephemeral NSURLSession by default; keep this in mind if you configure OAuth2's session yourself.

Clone this wiki locally