Logo Awesome React

Awesome React

React & Redux #16. Authentication: Verify User Credentials

Now to the interesting part. When we submit login form we either get error back with wrong credentials error, or we get jwt token, that we're going to store in localStorage and include in each ajax request later.

Links:

- Repository: https://github.com/Remchi/reddice
- Twitter: http://www.remzolotykh.net
- Blog Post: http://www.remzolotykh.net/react-and-redux-16-authentication-verify-user-credentials/