webpack / react-starter

[OUTDATED] Starter template for React with webpack. Doesn't focus on simplicity! NOT FOR BEGINNERS!
2.21k stars 320 forks source link

What is best way to handle user authentication? #103

Open chungwong opened 9 years ago

chungwong commented 9 years ago

Do I create a LoginStore and pass results to UserStore?

Should I use readSingleItem to communicate with a backend API for logging in ?

Basically I couldn't understand how authentication fits in the starter.

Does anyone have an idea how this topic?

Thanks