is coming soon...
ado.xyz

Austin Downtown ReactJS

Securing React Applications with JSON Web Tokens

March 20, 2018 in Austin, Texas

React is changing the way we approach building front-end clients, but securing single page apps is more complex than ever. Some of the old security problems we used to have don’t exist anymore, but new ones have emerges. In this talk, we’ll discuss and show how you can implement token-based authentication with JSON Web Tokens in your React apps as well as cover common security challenges like XSS, CSRF and ways to address them.