An open API service indexing awesome lists of open source software.

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

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
```