vue-auth icon indicating copy to clipboard operation
vue-auth copied to clipboard

A simple light-weight authentication library for Vue.js

Results 26 vue-auth issues
Sort by recently updated
recently updated
newest added

Hi, how to implement cookie from httponly? With set httponly, nothing works. Current implementation is susceptible to attacks XSS.

Using ``` "vue": "^2.6.12", "@websanova/vue-auth": "^4.1.3", "vue-router": "^3.5.1", ``` Auth User ```json { "id":2, "first_name":"Test", "last_name":"User", "email":"[email protected]", "security":{ "roles":["admin"], "permissions":["manage billing"] } } ``` Vue Auth Options ``` options: {...

i got this error ![gambar](https://user-images.githubusercontent.com/48383804/113130061-d17d9880-9245-11eb-97c9-36bda3b5fed6.png) how to solve this? i'm using laravel 8 and vue 2.6.12 and @websanova latest ver ``` import 'es6-promise/auto' import axios from 'axios' import './bootstrap' import...

I am looking for a JS OAuth2 client library that can handle in-house enterprise identity providers (not social services like Google, Facebook, Github, etc). I saw in the demo/docs that...

Hey! So I didn't find anything on the documentation about this so I do not know if it's possible and if it is I'd really appreciate if you could guide...

I'm not completely sure to understand how routes work with this library. Assuming that we have 2 parent components acting as landing pages. We do the login, we get token...

if you do several refreshes in a row, it will give an error in the session, and kill the session createError.js:16 Uncaught (in promise) Error: Request failed with status code...

Hi @websanova, Thanks for developing `vue-auth`. QUESTION :~ _Is this module dual or single licensed please?_ [LICENSE](https://github.com/websanova/vue-auth/blob/master/LICENSE) and `README` only mention `MIT`, while `package.json` says [`"MIT, GPL"`](https://github.com/websanova/vue-auth/blob/master/package.json#L23). If it is...

For example if you want to pass something on logout ``` void auth.logout({ makeRequest: true, redirect: { name: 'auth-login', params: { foo: user.value.foo } } }) ``` This Typescript definition...

Bumps [axios](https://github.com/axios/axios) from 0.20.0 to 1.6.0. Release notes Sourced from axios's releases. Release v1.6.0 Release notes: Bug Fixes CSRF: fixed CSRF vulnerability CVE-2023-45857 (#6028) (96ee232) dns: fixed lookup function decorator...

dependencies