Skip to main content
cd ~/projects

Vue-IdentityServer4

OAuth 2.0 + OpenID Connect demo with Vue.js + .NET

> cat README.md

Implementing secure authentication in single-page applications requires careful integration between the frontend and identity provider. Vue-IdentityServer4 demonstrates a complete OpenID Connect authentication flow using a Vue.js frontend with the oidc-client library, backed by IdentityServer4 as the identity provider.

> grep --highlights

  • OpenID Connect authentication flow with oidc-client library
  • IdentityServer4 integration as the identity provider backend
  • Vue.js SPA with hot-reload development workflow
  • End-to-end token-based authentication reference implementation

> tech.stack:

Vue.NETIdentityServer4OAuth