/* Reducer. * * Internal state is as follows: * { * auth: { * sub: * iat: ... * exp: ... * loadingStatus: ok/loading/error * } * } */ import asyncHandler from './asyncHandler'; // we could get the initial state also via an