slovnicki / beamer

A routing package built on top of Router and Navigator's pages API, supporting arbitrary nested navigation, guards and more.
MIT License
589 stars 130 forks source link

Fix: logout behaviour in authentication_bloc example demo #590

Closed fallouh closed 1 year ago

fallouh commented 1 year ago

A small fix for the logout behaviour in the example with authentication.

instead of using AuthenticationStatusChanged directly, we should trigger the _authenticationRepository.logOut and listen for the incoming AuthenticationStatusChanged.