vue-auth-plugin
vue-auth-plugin copied to clipboard
Vue auth plugin with typescript
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.1 to 1.14.8. Commits 3d81dc3 Release version 1.14.8 of the npm package. 62e546a Drop confidential headers across schemes. 2ede36d Release version 1.14.7 of the npm package. 8b347cb...
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.1 to 1.14.8. Commits 3d81dc3 Release version 1.14.8 of the npm package. 62e546a Drop confidential headers across schemes. 2ede36d Release version 1.14.7 of the npm package. 8b347cb...
**Describe the bug** Since Axios 0.23 and the inclusion of https://github.com/axios/axios/pull/4140 types have changed for global headers. It is now forbidden to set `axios.defaults.headers.Authorization = 'Bearer {auth_token}'` and it must...
**Describe the bug** Calling `$auth.login()` returns a promise that will resolve right after login, but before the call (and the result) of `fetchData`. **To Reproduce** - Call `await Vue.$auth.login(…)` -...
**Describe the bug** When triggering `this.$auth.logout()` while having the option `makeRequest: true` makes the request to the backend with the Authorization token set to `Bearer null`. After reading the code,...
Since https://github.com/axios/axios/pull/2702 (in axios 0.21.2) it is possible to avoid delay in requests. Interceptors set up by vue-auth are global, and are delaying every other callers.
**Is your feature request related to a problem? Please describe.** I want to transform the received object from the profile URL defined in `options.fetchData.url` before storing it as a user....
Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
Bumps [ws](https://github.com/websockets/ws) from 6.2.1 to 6.2.2. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
Bumps [hosted-git-info](https://github.com/npm/hosted-git-info) from 2.7.1 to 2.8.9. Changelog Sourced from hosted-git-info's changelog. 2.8.9 (2021-04-07) Bug Fixes backport regex fix from #76 (29adfe5), closes #84 2.8.8 (2020-02-29) Bug Fixes #61 & #65...