-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Authenticated request without override header #324
Comments
what do you mean? this plugin search in every header for a possible replace, but it is optional if you don't have the key to replace the petition will not be touched |
Here is na example with autenticated petition: vue-auth-plugin/demo/src/Info.vue Line 64 in fda160e
|
So, every request is authenticated? |
If you don't include the header in the request, the request won't have the header |
Is your feature request related to a problem? Please describe.
It is not a problem, but I would like to not override the header on every HTTP request, I mean... this package is about authentication.
Describe the solution you'd like
When the login is successful, the header on every request needs to be authenticated. With the option to be non-authenticated.
The text was updated successfully, but these errors were encountered: