authorize()

in client/src/store/index.js [28:30]


    authorize(state){
      state.authorized = true;
    },