/vue-auth

Laravel Passport Auth library for Vue.js.

Primary LanguageJavaScriptMIT LicenseMIT

Vue Auth

Forked from websanova/vue-auth and used as a boilerplate to implement Laravel Passport and Quasar Framework specific features.

This version does:

  • Stores access_token, refresh_token and expires_in (by converting to expireDate)
  • Uses localStorage or sessionStorage depending on the remember me checkbox
  • Refreshes access token once in a while using refresh token

Please handle carefully since it's still in heavily development process. Use with your own risk.

Laravel Guide

Guides (Original repo)

Reference