Coder Social home page Coder Social logo

Comments (2)

websanova avatar websanova commented on August 29, 2024

You can just overwrite the invalid token method.

_invalidToken: function (res) {
if (res.status === 401) {
this.logout();
}
},

Right now it just does a force logout (to account for states where 401
while logged in, etc). The logout just cleans up all the tokens, etc, so
that it doesn't try to use a stale token later on.

In this case the redirect is coming from the logout data.

logoutData: {url: 'auth/logout', method: 'POST', redirect:
'/', makeRequest: false},

So there are a few ways to deal with it. You can just set some default in
the logoutData.redirect. This is just a generic default. You can still call
$auth.logout({redirect: 'here'}) later on to override that. Or if you wanna
get fancy just override call logout({redirect: null}) in the _invalidtoken
mehtod and do your own thing after that.

On Sat, Oct 29, 2016 at 1:06 AM, jkirkby91-2 [email protected]
wrote:

In my app if the users credentials don't authenticate it returns a 401
http status code. Which causes vue-auth.js to do some mystery redirect back
'/' rather than displaying the error. If a users credentials arent found a
404 is returned which prints the error returned. for the time being i am
returning a 403 forbidden http status. Can you tell me how i disable this
redirect for 401 responses


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
#39, or mute the thread
https://github.com/notifications/unsubscribe-auth/ABkcyy1YwL_nbIMEIZ3ICnxZ7JBVdLjiks5q4jmQgaJpZM4KjtE6
.

Robert Duchnik
http://www.duchnik.com

from vue-auth.

websanova avatar websanova commented on August 29, 2024

Any luck here, can close this issue?

from vue-auth.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.