is coming soon...
ado.xyz

Portland React.js

Securing React Applications with JSON Web Tokens

February 13, 2018 in Portland, Oregon

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.