AspNetMonsters / vue-azure-b2c-sample

Authenticate users in a Vue app using Azure B2C

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Authenticate users in a Vue app using Azure B2C


Languages

Language:TypeScript 63.6%Language:Vue 19.0%Language:HTML 7.7%Language:JavaScript 6.6%Language:Shell 3.2%