Skip to content

onurkose/vue-auth

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Laravel Passport Auth library for Vue.js.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%