Release version 4.4.0 #192
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
[4.4.0] - 2023-03-29
Added
username/passwordauth support withTwo-Factor Authenticationfor simple users in a framework mode and corresponding logic to handle variousReportsauthorization flow-related specifics. ImprovedReportslogin modal styling according to the actual theme. PR: bfx-report-ui#622isAuthTokenGenerationError: trueflag into theUnauthorized 401response in cases when token is expired for better UX of 2FA. PRs: bfx-report#285, bfx-reports-framework#262login/verifyproxy endpoints to resolve theCORSissue for the BFXusername/passwordauth for/v2/loginand/v2/login/verifylinks. PRs: bfx-reports-framework#263, bfx-report#286Changed
Sign Upsection title and button toAdd Accountfor better clearance to the users of how auth flow works in theReportsapp. Hid theRemove Accountbutton in thePreferencesmenu during syncing to avoid causing related errors. Prevented theRemember Mefrom being prefilled by default. Updated passwords titles. PR: bfx-report-ui#623getUsersendpoint response,isRestrictedToBeAddedToSubAccountflag doesn't show the correct state, it should betruein a case when the user signed in with the BFX auth token (using BFX username/password). PR: bfx-reports-framework#260