antoniocraveiro / quasar-auth-starter

Authentication starter kit for Quasar Framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Quasar Auth Starter

Warning

Do not use this repository in production. Instead, follow the steps below to make sure you generated a new PASETO key.

Setup

Run yarn install in both the frontend as backend directory. Start the frontend with quasar dev and the backend with yarn dev. You can now login with user@demo.com or admin@demo.com with password password.

Recreate

Steps to recreate:

  • quasar create frontend
  • cd frontend
  • quasar ext add auth-token-based, and edit MyLayout.vue
  • quasar dev

In a different window:

  • git submodule add https://github.com/stefanvanherwijnen/express-ts-api-starter backend
  • cd backend
  • yarn install
  • cp .env.example .env
  • touch database.db
  • yarn configure database:migrate
  • yarn configure database:seed
  • yarn configure database seed data
  • yarn configure generate-key
  • yarn dev

About

Authentication starter kit for Quasar Framework


Languages

Language:JavaScript 32.2%Language:TypeScript 27.0%Language:Vue 22.0%Language:HTML 18.2%Language:CSS 0.6%