/vue-azure-b2c-sample

Authenticate users in a Vue app using Azure B2C

Primary LanguageTypeScript

Vue with Azure B2C

A sample Vue application that uses Azure B2C to authenticate users. Once users are authenticated, a acccess token is used to access the API.

You can use 2 separate versions of the backend.

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.