vue-aad VS vue-azure-b2c-sample

Compare vue-aad vs vue-azure-b2c-sample and see what are their differences.

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
vue-aad vue-azure-b2c-sample
1 1
35 18
- -
0.0 4.3
over 3 years ago over 3 years ago
Vue TypeScript
- -
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

vue-aad

Posts with mentions or reviews of vue-aad. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-01-26.
  • Secure your Vue.js + APIs with Azure AD B2C
    2 projects | dev.to | 26 Jan 2021
    Unlike my sample (blog post, sample code), where I just created an MSAL object that can be instantiated many times (bad design and I'm not a Vue.js expert), David did a great job creating an MSAL singleton that can be shared by the whole solution and doesn't break. Let's see the code in action.

vue-azure-b2c-sample

Posts with mentions or reviews of vue-azure-b2c-sample. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-01-26.
  • Secure your Vue.js + APIs with Azure AD B2C
    2 projects | dev.to | 26 Jan 2021
    If you want to skip the blog post and jump straight into the code, you can get a working solution on David's GitHub repo. David was also kind enough to include the code implementation for the back-end API. Not just one but TWO different implementations, using Azure Functions and a straight up ASP.NET Core WebAPI. Both of these solutions make use of Microsoft.Identity.Web which is used to bootstrap the auth code in the API middleware.