unicef / carrotjuice2

Front end to resources repo. Defaults to Brazil but will eventually be virus and country agnostic.
1 stars 1 forks source link

Add authentication supported by react-router #49

Open mikefab opened 8 years ago

mikefab commented 8 years ago

Basic authentication does not require react-router, but it would be nice to have in place.

The original carrotjuice was based on this basic node authentication tutorial.

Perhaps react-router/examples/auth-flow/ is a good place to start.