Abhishek Koserwal, Burr Sutter
July 25, 2020

Secure Vue.js apps with Keycloak | DevNation Tech Talk

The rapid rise of enterprise-level SPAs (single page applications) with popular JavaScript frameworks like Vue.js increases security challenges, such as how to manage identities, social logins, and secure transactions with backend systems with a single sign-on mechanism. This is where Keycloak (Open Source Identity and Access Management) comes to the rescue. It supports your security requirements with a simple all-in-one integrated solution for securing frontend applications and their supporting backend services. In this session, we will cover realm & client configuration, OpenID, social login, managing JWT (JSON Web Token) access tokens, and how to integrate all of this into your Vue.js-based application.