CollActionteam / collaction_cms

This is the UI interface for the CMS API
6 stars 3 forks source link

Split AuthBloc in two #65

Open dromerolovo opened 1 year ago

dromerolovo commented 1 year ago

Split AuthBloc in two blocs. The first bloc is going to handle Authentication state, authenticated or unauthenticated and related events such as AuthEvent.authCheckRequested() and AuthEvent.signedOut(). The second bloc will handle authentication events such as: invite moderators, promote admins, verify user, etc.