https://github.com/vrufine/vue-login-session
Login with JWT and LocalStorage
https://github.com/vrufine/vue-login-session
javascript js jsonwebtoken jwt login npm session vue vuejs
Last synced: about 2 months ago
JSON representation
Login with JWT and LocalStorage
- Host: GitHub
- URL: https://github.com/vrufine/vue-login-session
- Owner: vrufine
- Created: 2018-06-24T12:40:55.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-25T16:37:53.000Z (about 8 years ago)
- Last Synced: 2025-03-31T08:17:22.585Z (about 1 year ago)
- Topics: javascript, js, jsonwebtoken, jwt, login, npm, session, vue, vuejs
- Language: Vue
- Size: 110 KB
- Stars: 1
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vue Session Login
Login keeping active session with JWT Token in browser's local storage.
Vue Router validating active session with router global guards
```
npm install
npm run serve
```