/azure_vue_auth

An example Vue app that uses Azure B2C for user Authentication

Primary LanguageJavaScript

azure_vue_auth

This is an example Vue app that uses Azure B2C for user Authentication.

Background

Building on the example from Sergey Migalnikov Using Vuejs with Azure Active Directory B2C I have created this example project that leverages the Vuex store instead of adding it directly to the Vue app through a prototype. Additionally the active-directory-b2c-javascript-msal-singlepageapp project from @github/Azure-Samples was also a big help in getting this to work.

Setup

Please see the wiki for configuring the vue app after cloning this repo