lynndylanhurley / redux-auth

Complete token authentication system for react + redux that supports isomorphic rendering.
Do What The F*ck You Want To Public License
2.13k stars 260 forks source link

make a way to mock api route responses using fetch mock #107

Open sallyhill opened 7 years ago

sallyhill commented 7 years ago

This way the front end of an application can try out redux-auth without having the fully build the back end immediately. (aka, you could have a static username and password in your mock route function and a little token generator)