Martin Gontovnikas (a.k.a. Gonto) has been a tech nerd since he was 12 years old. Now, he's a web developer, trainer, speaker and writer. He currently works as a Developer Advocate at Auth0. He's a big advocate and contributor for Open Source software. He has built Restangular, angularytics, factory_pal, angular-jwt and many more! He (not so) frequently blogs at http://gon.to/blog/ and has spoken at JSConf, ngConf and dotJS among others.
This is a one day workshop in which participants will get hands on experience on how to add authentication to an Angular 1 and Angular 2 apps and the different options. Topics include: Sneak peak of how to implement Login, Signup and Access Restrictions with Angular 2 Developer Preview Afterwards, participants will have a complete Angular 1 and 2 with Authentication implemented and have full confidence on how to approach it from start to finish.
Hands On Exercises
Angular 2 Sneak Peak
Everybody has been creating Single Page Apps lately. They look neat and fast. Handling authentication in an SPA can be tricky though: Cookies, Tokens, keeping the user authenticated and handling rights to access URLs and resources are some of the things we need to take care of. In this talk, we’ll learn how to add authentication to an AngularJS app with a live coding session in which we’ll go from a regular SPA to a fully secured one .