mxstbr / login-flow

:key: A login/register flow built with React&Redux
https://loginflow.mxstbr.com
MIT License
1.6k stars 215 forks source link

only need one checkAuth #13

Closed ryanflorence closed 8 years ago

ryanflorence commented 8 years ago

Since route matching is nested, we can protect all authenticated routes in one spot :)

mxstbr commented 8 years ago

Awesome, I didn't know that works – thanks!

weblancaster commented 8 years ago

I just saw this and when I implemented the checkAuth I did not know this.. this is great @ryanflorence