simple-auth is a quasar app extension providing a simple example of login with app extension.
quasar ext add @gastiennelea/simple-auth
Quasar CLI will retrieve it from the NPM registry and install the extension to your project.
You will be prompt to provide the base api url and the login url. By default, the api url is https://reqres.in for placeholder login api
quasar ext remove @gastiennelea/simple-auth
once the plugin installs, you can access the login page in
/login