Prime-Holding / rx_bloc

A set of Flutter packages that help implement the BloC (Business Logic Component) design pattern using the power of reactive streams
https://pub.dev/packages/rx_bloc
62 stars 21 forks source link

Authentication Matrix (MFA) improvements #740

Open StanevPrime opened 2 months ago

StanevPrime commented 2 months ago

As a developer I want to have MFA, which methods are dynamically configurable from the API

ACs

DDavidPrime commented 1 month ago

After some testing in the develop branch, some part of the MFA functionality seems to be broken. After completing the pin code and OTP screens in either of the examples (see attachment in GDrive, video is larger than 10mb) the screen turns black. After checking the logs, it seems (possibly) a page was popped, while it was the last on stack. The project was generated fresh from the latest (unpublished) version of rx_bloc_cli including the MFA functionality. The project was tested on iOS Simulator.

Video Attachment: https://drive.google.com/file/d/1H7XKZzqUS_9AhJWHjoNkxsBNZqp3gZ-Y/view?usp=sharing

Edit: There is a typo as well in the rx_bloc_cli changelog.