2.4.x Bitbucket
2.4.0
New Feature & Improvements
Added option to disable Bearer Authentication with other authenticator apps
Changed text in response body for failed Basic Authentication, if Disable Basic Authentication with User Password is enabled in System-Wide settings
This is the same response that Bitbucket would return without using our app:
- {
- "errors": [
- {
- "context": null,
- "message": "Authentication failed. Please check your credentials and try again.",
- "exceptionName": "com.atlassian.bitbucket.auth.IncorrectPasswordAuthenticationException"
- }
- ]
- }
Changed text in the response body if the session times out, from Session Expired. to Your session has expired.
This is the same response that Bitbucket would return without using our app
2.4.1
Bugfix
Fixed a bug preventing a successful Bearer Authentication with other authenticators even if they were still allowed