Custom authentication boilerplate with JWT, Express, TypeScript, and Vue.js.
Full-stack authentication starter using JWT stored as HTTP-only cookies, an Express.js backend in TypeScript, and a Vue.js frontend. Includes registration, login, profile and dashboard pages, protected routes with route guards, form validation, and basic error handling. Suited for single-tenant web apps that need session-style JWT authentication and user management.
0