Vue frontend and ASP.NET Core starter for authenticated web applications.
Starter template combining a Vue.js frontend with an ASP.NET Core backend that implements JWT authentication with refresh tokens, password reset via email, session management, and optional Google Authenticator 2FA. It persists users and sessions to a PostgreSQL database, runs migrations at startup, and is suited for SaaS products or internal web apps that need an authentication-ready API scaffold.
0