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.
- ASP.NET Core: https://github.com/AspNetMonsters/aspnetcore-azure-b2c-sample
- Azure Functions: https://github.com/AspNetMonsters/functions-azure-b2c-sample
npm install
npm run serve
npm run build
npm run lint