## Code snippets and examples - **registerRequestHeader example**: After sign in, set an authentication header for all requests using redux-saga. [code sample](./snippets/setBearerOnLogin.saga.js) - **registerReducer example**: After sign out, clear the authenticated user from the state. [code sample](./snippets/reducers.js) - **requestActionCreator example**: Refetch list of todos after receiving a socket message, using redux-saga. [code sample](./snippets/refetchTodosOnSocket.saga.js)