GitHub

daffAuthReducer

import { daffAuthReducer } from '@daffodil/auth/state'
function daffAuthReducer(
  state: DaffAuthReducerState = daffAuthInitialState
  action: DaffAuthResetToUnauthenticated | DaffAuthStorageFailure | DaffAuthGuardLogout | DaffAuthServerSide | ... 16 more ... | DaffResetPassword<...>
): DaffAuthReducerState