is coming soon...
ado.xyz

Detroit JavaScript

Securing VueJS Applications with JSON Web Tokens

May 1, 2018 in Detroit, Michigan

VueJS and other SPA frameworks 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 emerged. In this talk, we’ll discuss and show how you can implement token-based authentication with JSON Web Tokens in your VueJS apps as well as cover common security challenges like XSS, CSRF and ways to address them.